Html Css Color HEX #BC99C4 Lola

📋 copy color: '#BC99C4'

red 188 ◦ green 153 ◦ blue 196

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

Shades of Lola #BC99C4

Tints of Lola #BC99C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.5%

R = 35.01%
G = 28.49%
B = 36.5%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BC99C4 (or 0xBC99C4) is known color: Lola. HEX triplet: BC, 99 and C4. RGB value is (188,153,196). Sum of RGB (Red+Green+Blue) = 188+153+196=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC99C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99C4 is #43663B. Grayscale: #A8A8A8. Windows color (decimal): -4417084 or 12884412. OLE color: 12884412.

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

Color convert

RGB 188 153 196 -
CMYK 0.04 0.22 0 0.23
HSL 288.84º 0.27% 0.68% -
HSV(B) 288.84º 0.22% 0.77% -
XYZ 42.09 37.46 57.24 -
YUV 168.37 143.6 142 -
System Red Green Blue C M Y K H S L
Decimal 188 153 196 0.04 0.22 0 0.23 288.84 0.27 0.68
Hex BC 99 C4 4 16 0 17 121 1B 44
Octal 274 231 304 4 26 0 27 441 33 104
Binary 10111100 10011001 11000100 100 10110 0 10111 100100001 11011 1000100

Color Harmonies of #BC99C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99C4

Black with #BC99C4

Text Example


Text Example

White with #BC99C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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