Html Css Color HEX #BB9CBE Lola

📋 copy color: '#BB9CBE'

red 187 ◦ green 156 ◦ blue 190

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

Shades of Lola #BB9CBE

Tints of Lola #BB9CBE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.27%

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

R = 35.08%
G = 29.27%
B = 35.65%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB9CBE (or 0xBB9CBE) is known color: Lola. HEX triplet: BB, 9C and BE. RGB value is (187,156,190). Sum of RGB (Red+Green+Blue) = 187+156+190=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB9CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CBE is #446341. Grayscale: #A9A9A9. Windows color (decimal): -4481858 or 12491963. OLE color: 12491963.

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

Color convert

RGB 187 156 190 -
CMYK 0.02 0.18 0 0.25
HSL 294.71º 0.21% 0.68% -
HSV(B) 294.71º 0.18% 0.75% -
XYZ 41.68 38.06 53.86 -
YUV 169.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 187 156 190 0.02 0.18 0 0.25 294.71 0.21 0.68
Hex BB 9C BE 2 12 0 19 127 15 44
Octal 273 234 276 2 22 0 31 447 25 104
Binary 10111011 10011100 10111110 10 10010 0 11001 100100111 10101 1000100

Color Harmonies of #BB9CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9CBE

Black with #BB9CBE

Text Example


Text Example

White with #BB9CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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