Html Css Color HEX #BB9AC0 Lola

📋 copy color: '#BB9AC0'

red 187 ◦ green 154 ◦ blue 192

#BB9AC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #BB9AC0

Tints of Lola #BB9AC0

RGB

 RED value IS 187 (73.44% from 255) = 35.08%

 GREEN value IS 154 (60.55% from 255) = 28.89%

 BLUE value IS 192 (75.39% from 255) = 36.02%

R = 35.08%
G = 28.89%
B = 36.02%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB9AC0 (or 0xBB9AC0) is known color: Lola. HEX triplet: BB, 9A and C0. RGB value is (187,154,192). Sum of RGB (Red+Green+Blue) = 187+154+192=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB9AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9AC0 is #44653F. Grayscale: #A8A8A8. Windows color (decimal): -4482368 or 12622523. OLE color: 12622523.

HSL color Cylindrical-coordinate representation of color #BB9AC0: hue angle of 292.11º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB9AC0 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 154 192 -
CMYK 0.03 0.20 0 0.25
HSL 292.11º 0.23% 0.68% -
HSV(B) 292.11º 0.2% 0.75% -
XYZ 41.56 37.48 54.91 -
YUV 168.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 187 154 192 0.03 0.20 0 0.25 292.11 0.23 0.68
Hex BB 9A C0 3 14 0 19 124 17 44
Octal 273 232 300 3 24 0 31 444 27 104
Binary 10111011 10011010 11000000 11 10100 0 11001 100100100 10111 1000100

Color Harmonies of #BB9AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9AC0

Black with #BB9AC0

Text Example


Text Example

White with #BB9AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9AC0; }

 p { color: rgb(187,154,192); }

 H1.HeaderClassName
 {
   color: #BB9AC0;
 }
 .AnyTagClassName
 {
   color: #BB9AC0;
 }
</style>

background-color css

<style>
 a { background-color: #BB9AC0; }

 a { background-color: rgb(187,154,192); }

 div.DivClassName
 {
   background-color: #BB9AC0;
 }
 .BgClassName
 {
   background-color: #BB9AC0;
 }
</style>

border-color css

<style>
 span { border-color: #BB9AC0; }

 span { border-color: rgb(187,154,192); }

 td.TdClassName
 {
   border-color: #BB9AC0;
 }
 .TagClassName
 {
   border-color: #BB9AC0;
 }
</style>