Html Css Color HEX #BB9DBE Lola

📋 copy color: '#BB9DBE'

red 187 ◦ green 157 ◦ blue 190

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

Shades of Lola #BB9DBE

Tints of Lola #BB9DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.58%

R = 35.02%
G = 29.4%
B = 35.58%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB9DBE (or 0xBB9DBE) is known color: Lola. HEX triplet: BB, 9D and BE. RGB value is (187,157,190). Sum of RGB (Red+Green+Blue) = 187+157+190=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB9DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DBE is #446241. Grayscale: #A9A9A9. Windows color (decimal): -4481602 or 12492219. OLE color: 12492219.

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

Color convert

RGB 187 157 190 -
CMYK 0.02 0.17 0 0.25
HSL 294.55º 0.2% 0.68% -
HSV(B) 294.55º 0.17% 0.75% -
XYZ 41.84 38.4 53.92 -
YUV 169.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 187 157 190 0.02 0.17 0 0.25 294.55 0.2 0.68
Hex BB 9D BE 2 11 0 19 127 14 44
Octal 273 235 276 2 21 0 31 447 24 104
Binary 10111011 10011101 10111110 10 10001 0 11001 100100111 10100 1000100

Color Harmonies of #BB9DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9DBE

Black with #BB9DBE

Text Example


Text Example

White with #BB9DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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