Html Css Color HEX #B99CBA Lola

📋 copy color: '#B99CBA'

red 185 ◦ green 156 ◦ blue 186

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

Shades of Lola #B99CBA

Tints of Lola #B99CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.29%

R = 35.1%
G = 29.6%
B = 35.29%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B99CBA (or 0xB99CBA) is known color: Lola. HEX triplet: B9, 9C and BA. RGB value is (185,156,186). Sum of RGB (Red+Green+Blue) = 185+156+186=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: blue. Hex color #B99CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CBA is #466345. Grayscale: #A8A8A8. Windows color (decimal): -4612934 or 12229817. OLE color: 12229817.

HSL color Cylindrical-coordinate representation of color #B99CBA: hue angle of 298º 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 #B99CBA is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 156 186 -
CMYK 0.01 0.16 0 0.27
HSL 298º 0.18% 0.67% -
HSV(B) 298º 0.16% 0.73% -
XYZ 40.76 37.64 51.57 -
YUV 168.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 185 156 186 0.01 0.16 0 0.27 298 0.18 0.67
Hex B9 9C BA 1 10 0 1B 12A 12 43
Octal 271 234 272 1 20 0 33 452 22 103
Binary 10111001 10011100 10111010 1 10000 0 11011 100101010 10010 1000011

Color Harmonies of #B99CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CBA

Black with #B99CBA

Text Example


Text Example

White with #B99CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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