Html Css Color HEX #B99CBE Lola

📋 copy color: '#B99CBE'

red 185 ◦ green 156 ◦ blue 190

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

Shades of Lola #B99CBE

Tints of Lola #B99CBE

RGB

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

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

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

R = 34.84%
G = 29.38%
B = 35.78%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B99CBE (or 0xB99CBE) is known color: Lola. HEX triplet: B9, 9C and BE. RGB value is (185,156,190). Sum of RGB (Red+Green+Blue) = 185+156+190=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #B99CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CBE is #466341. Grayscale: #A8A8A8. Windows color (decimal): -4612930 or 12491961. OLE color: 12491961.

HSL color Cylindrical-coordinate representation of color #B99CBE: hue angle of 291.18º 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 #B99CBE is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 156 190 -
CMYK 0.03 0.18 0 0.25
HSL 291.18º 0.21% 0.68% -
HSV(B) 291.18º 0.18% 0.75% -
XYZ 41.19 37.81 53.84 -
YUV 168.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 185 156 190 0.03 0.18 0 0.25 291.18 0.21 0.68
Hex B9 9C BE 3 12 0 19 123 15 44
Octal 271 234 276 3 22 0 31 443 25 104
Binary 10111001 10011100 10111110 11 10010 0 11001 100100011 10101 1000100

Color Harmonies of #B99CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CBE

Black with #B99CBE

Text Example


Text Example

White with #B99CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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