Html Css Color HEX #B99CC1 Lola

📋 copy color: '#B99CC1'

red 185 ◦ green 156 ◦ blue 193

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

Shades of Lola #B99CC1

Tints of Lola #B99CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.14%

R = 34.64%
G = 29.21%
B = 36.14%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B99CC1 (or 0xB99CC1) is known color: Lola. HEX triplet: B9, 9C and C1. RGB value is (185,156,193). Sum of RGB (Red+Green+Blue) = 185+156+193=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 193 - color contains mainly: blue. Hex color #B99CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CC1 is #46633E. Grayscale: #A8A8A8. Windows color (decimal): -4612927 or 12688569. OLE color: 12688569.

HSL color Cylindrical-coordinate representation of color #B99CC1: hue angle of 287.03º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B99CC1 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 156 193 -
CMYK 0.04 0.19 0 0.24
HSL 287.03º 0.23% 0.68% -
HSV(B) 287.03º 0.19% 0.76% -
XYZ 41.52 37.94 55.59 -
YUV 168.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 185 156 193 0.04 0.19 0 0.24 287.03 0.23 0.68
Hex B9 9C C1 4 13 0 18 11F 17 44
Octal 271 234 301 4 23 0 30 437 27 104
Binary 10111001 10011100 11000001 100 10011 0 11000 100011111 10111 1000100

Color Harmonies of #B99CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CC1

Black with #B99CC1

Text Example


Text Example

White with #B99CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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