Html Css Color HEX #C4BBC4 Lola

📋 copy color: '#C4BBC4'

red 196 ◦ green 187 ◦ blue 196

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

Shades of Lola #C4BBC4

Tints of Lola #C4BBC4

RGB

 RED value IS 196 (76.95% from 255) = 33.85%

 GREEN value IS 187 (73.44% from 255) = 32.3%

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

R = 33.85%
G = 32.3%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C4BBC4 (or 0xC4BBC4) is known color: Lola. HEX triplet: C4, BB and C4. RGB value is (196,187,196). Sum of RGB (Red+Green+Blue) = 196+187+196=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 196 - color contains mainly: red, blue. Hex color #C4BBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBC4 is #3B443B. Grayscale: #BEBEBE. Windows color (decimal): -3884092 or 12893124. OLE color: 12893124.

HSL color Cylindrical-coordinate representation of color #C4BBC4: hue angle of 300º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4BBC4 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 187 196 -
CMYK 0 0.05 0 0.23
HSL 300º 0.07% 0.75% -
HSV(B) 300º 0.05% 0.77% -
XYZ 50.5 51.26 59.46 -
YUV 190.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 196 187 196 0 0.05 0 0.23 300 0.07 0.75
Hex C4 BB C4 0 5 0 17 12C 7 4B
Octal 304 273 304 0 5 0 27 454 7 113
Binary 11000100 10111011 11000100 0 101 0 10111 100101100 111 1001011

Color Harmonies of #C4BBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBC4

Black with #C4BBC4

Text Example


Text Example

White with #C4BBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBC4; }

 p { color: rgb(196,187,196); }

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

background-color css

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

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

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

border-color css

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

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

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