Html Css Color HEX #BB9DBB Lola

📋 copy color: '#BB9DBB'

red 187 ◦ green 157 ◦ blue 187

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

Shades of Lola #BB9DBB

Tints of Lola #BB9DBB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.57%

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

R = 35.22%
G = 29.57%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB9DBB (or 0xBB9DBB) is known color: Lola. HEX triplet: BB, 9D and BB. RGB value is (187,157,187). Sum of RGB (Red+Green+Blue) = 187+157+187=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DBB is #446244. Grayscale: #A9A9A9. Windows color (decimal): -4481605 or 12295611. OLE color: 12295611.

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

Color convert

RGB 187 157 187 -
CMYK 0 0.16 0 0.27
HSL 300º 0.18% 0.67% -
HSV(B) 300º 0.16% 0.73% -
XYZ 41.52 38.27 52.21 -
YUV 169.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 187 157 187 0 0.16 0 0.27 300 0.18 0.67
Hex BB 9D BB 0 10 0 1B 12C 12 43
Octal 273 235 273 0 20 0 33 454 22 103
Binary 10111011 10011101 10111011 0 10000 0 11011 100101100 10010 1000011

Color Harmonies of #BB9DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9DBB

Black with #BB9DBB

Text Example


Text Example

White with #BB9DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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