Html Css Color HEX #BB9FBB Lola

📋 copy color: '#BB9FBB'

red 187 ◦ green 159 ◦ blue 187

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

Shades of Lola #BB9FBB

Tints of Lola #BB9FBB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.83%

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

R = 35.08%
G = 29.83%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB9FBB (or 0xBB9FBB) is known color: Lola. HEX triplet: BB, 9F and BB. RGB value is (187,159,187). Sum of RGB (Red+Green+Blue) = 187+159+187=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB9FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FBB is #446044. Grayscale: #AAAAAA. Windows color (decimal): -4481093 or 12296123. OLE color: 12296123.

HSL color Cylindrical-coordinate representation of color #BB9FBB: hue angle of 300º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BB9FBB is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 159 187 -
CMYK 0 0.15 0 0.27
HSL 300º 0.17% 0.68% -
HSV(B) 300º 0.15% 0.73% -
XYZ 41.86 38.95 52.33 -
YUV 170.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 187 159 187 0 0.15 0 0.27 300 0.17 0.68
Hex BB 9F BB 0 F 0 1B 12C 11 44
Octal 273 237 273 0 17 0 33 454 21 104
Binary 10111011 10011111 10111011 0 1111 0 11011 100101100 10001 1000100

Color Harmonies of #BB9FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FBB

Black with #BB9FBB

Text Example


Text Example

White with #BB9FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FBB; }

 p { color: rgb(187,159,187); }

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

background-color css

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

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

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

border-color css

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

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

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