Html Css Color HEX #B99CBD Lola

📋 copy color: '#B99CBD'

red 185 ◦ green 156 ◦ blue 189

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

Shades of Lola #B99CBD

Tints of Lola #B99CBD

RGB

 RED value IS 185 (72.66% from 255) = 34.91%

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

 BLUE value IS 189 (74.22% from 255) = 35.66%

R = 34.91%
G = 29.43%
B = 35.66%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B99CBD (or 0xB99CBD) is known color: Lola. HEX triplet: B9, 9C and BD. RGB value is (185,156,189). Sum of RGB (Red+Green+Blue) = 185+156+189=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 189 - color contains mainly: blue. Hex color #B99CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CBD is #466342. Grayscale: #A8A8A8. Windows color (decimal): -4612931 or 12426425. OLE color: 12426425.

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

Color convert

RGB 185 156 189 -
CMYK 0.02 0.17 0 0.26
HSL 292.73º 0.2% 0.68% -
HSV(B) 292.73º 0.17% 0.74% -
XYZ 41.08 37.77 53.27 -
YUV 168.43 139.61 139.82 -
System Red Green Blue C M Y K H S L
Decimal 185 156 189 0.02 0.17 0 0.26 292.73 0.2 0.68
Hex B9 9C BD 2 11 0 1A 125 14 44
Octal 271 234 275 2 21 0 32 445 24 104
Binary 10111001 10011100 10111101 10 10001 0 11010 100100101 10100 1000100

Color Harmonies of #B99CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CBD

Black with #B99CBD

Text Example


Text Example

White with #B99CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CBD; }

 p { color: rgb(185,156,189); }

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

background-color css

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

 a { background-color: rgb(185,156,189); }

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

border-color css

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

 span { border-color: rgb(185,156,189); }

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