Color Hex Logo

#bba8ff Color Hex

#BBA8FF
(187,168,255)
0 Favorites   0 Comments

Color spaces of #bba8ff

RGB 187168255
HSL0.701.000.83
HSV253°34°100°
CMYK 0.270.340.00   0.00
XYZ52.546145.7901100.6766
Yxy45.79010.26400.2301
Hunter Lab67.668420.1898-40.8434
CIE-Lab73.409124.9812-40.6899

#bba8ff color RGB value is (187,168,255).

#bba8ff hex color red value is 187, green value is 168 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bba8ff hue: 0.70 , saturation: 1.00 and the lightness value of bba8ff is 0.83.

The process color (four color CMYK) of #bba8ff color hex is 0.27, 0.34, 0.00, 0.00. Web safe color of #bba8ff is #cc99ff. Color #bba8ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 11111111
Octal 273 250 377
Decimal 187 168 255
Hex BB A8 FF

RGB Percentages of Color #bba8ff

%30.66
%27.54
%41.80

CMYK Percentages of Color #bba8ff

%27
%34
%0
%0

Triadic Colors of #bba8ff

#bba8ff #ffbba8 #a8ffbb

Analogous Colors of #bba8ff

#bba8ff #e7a8ff #a8c1ff

Monochromatic Colors of #bba8ff

#bba8ff

Complementary Color

#bba8ff #ecffa8

#bba8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba8ff Color CSS Codes

.mybgcolor {background-color:#bba8ff; } 
.myforecolor {color:#bba8ff; }
.mybordercolor {border:3px solid #bba8ff; }

#bba8ff Text Font Color

<p style="color:#bba8ff">Text here</p>

This sample text font color is #bba8ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bba8ff Background Color

<div style="background-color:#bba8ff">
Div content here</div>

This div background color is #bba8ff


#bba8ff Border Color

<div style="border:3px solid #bba8ff">
Div here</div>

This div border color is #bba8ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,168,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bba8ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bba8ff;
  -webkit-box-shadow: 1px 1px 3px 2px #bba8ff;
  box-shadow:         1px 1px 3px 2px #bba8ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,168,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bba8ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bba8ff;
  -webkit-box-shadow: 1px 1px 3px 2px #bba8ff;
  box-shadow:         1px 1px 3px 2px #bba8ff;">
Div content here</div>

This div box has shadow with color #bba8ff

Related Colors

#bba8ff Color Palettes


Comments

No comments written yet.

Please login to write comment.