Html Css Color HEX #BC99C7 Lola

📋 copy color: '#BC99C7'

red 188 ◦ green 153 ◦ blue 199

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

Shades of Lola #BC99C7

Tints of Lola #BC99C7

RGB

 RED value IS 188 (73.83% from 255) = 34.81%

 GREEN value IS 153 (60.16% from 255) = 28.33%

 BLUE value IS 199 (78.13% from 255) = 36.85%

R = 34.81%
G = 28.33%
B = 36.85%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC99C7 (or 0xBC99C7) is known color: Lola. HEX triplet: BC, 99 and C7. RGB value is (188,153,199). Sum of RGB (Red+Green+Blue) = 188+153+199=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC99C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99C7 is #436638. Grayscale: #A8A8A8. Windows color (decimal): -4417081 or 13081020. OLE color: 13081020.

HSL color Cylindrical-coordinate representation of color #BC99C7: hue angle of 285.65º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC99C7 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 153 199 -
CMYK 0.06 0.23 0 0.22
HSL 285.65º 0.29% 0.69% -
HSV(B) 285.65º 0.23% 0.78% -
XYZ 42.44 37.6 59.05 -
YUV 168.71 145.1 141.76 -
System Red Green Blue C M Y K H S L
Decimal 188 153 199 0.06 0.23 0 0.22 285.65 0.29 0.69
Hex BC 99 C7 6 17 0 16 11E 1D 45
Octal 274 231 307 6 27 0 26 436 35 105
Binary 10111100 10011001 11000111 110 10111 0 10110 100011110 11101 1000101

Color Harmonies of #BC99C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99C7

Black with #BC99C7

Text Example


Text Example

White with #BC99C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99C7; }

 p { color: rgb(188,153,199); }

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

background-color css

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

 a { background-color: rgb(188,153,199); }

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

border-color css

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

 span { border-color: rgb(188,153,199); }

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