Html Css Color HEX #BC99C6 Lola

📋 copy color: '#BC99C6'

red 188 ◦ green 153 ◦ blue 198

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

Shades of Lola #BC99C6

Tints of Lola #BC99C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.73%

R = 34.88%
G = 28.39%
B = 36.73%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC99C6 (or 0xBC99C6) is known color: Lola. HEX triplet: BC, 99 and C6. RGB value is (188,153,198). Sum of RGB (Red+Green+Blue) = 188+153+198=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC99C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99C6 is #436639. Grayscale: #A8A8A8. Windows color (decimal): -4417082 or 13015484. OLE color: 13015484.

HSL color Cylindrical-coordinate representation of color #BC99C6: hue angle of 286.67º degrees, saturation: 0.28, 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 #BC99C6 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 153 198 -
CMYK 0.05 0.23 0 0.22
HSL 286.67º 0.28% 0.69% -
HSV(B) 286.67º 0.23% 0.78% -
XYZ 42.32 37.55 58.44 -
YUV 168.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 188 153 198 0.05 0.23 0 0.22 286.67 0.28 0.69
Hex BC 99 C6 5 17 0 16 11F 1C 45
Octal 274 231 306 5 27 0 26 437 34 105
Binary 10111100 10011001 11000110 101 10111 0 10110 100011111 11100 1000101

Color Harmonies of #BC99C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99C6

Black with #BC99C6

Text Example


Text Example

White with #BC99C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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