Html Css Color HEX #C4BBCB French Grey

📋 copy color: '#C4BBCB'

red 196 ◦ green 187 ◦ blue 203

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

Shades of French Grey #C4BBCB

Tints of French Grey #C4BBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.64%

R = 33.45%
G = 31.91%
B = 34.64%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C4BBCB (or 0xC4BBCB) is known color: French Grey. HEX triplet: C4, BB and CB. RGB value is (196,187,203). Sum of RGB (Red+Green+Blue) = 196+187+203=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBCB is #3B4434. Grayscale: #BFBFBF. Windows color (decimal): -3884085 or 13351876. OLE color: 13351876.

HSL color Cylindrical-coordinate representation of color #C4BBCB: hue angle of 273.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4BBCB is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 187 203 -
CMYK 0.03 0.08 0 0.20
HSL 273.75º 0.13% 0.76% -
HSV(B) 273.75º 0.08% 0.8% -
XYZ 51.31 51.59 63.75 -
YUV 191.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 196 187 203 0.03 0.08 0 0.20 273.75 0.13 0.76
Hex C4 BB CB 3 8 0 14 112 D 4C
Octal 304 273 313 3 10 0 24 422 15 114
Binary 11000100 10111011 11001011 11 1000 0 10100 100010010 1101 1001100

Color Harmonies of #C4BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBCB

Black with #C4BBCB

Text Example


Text Example

White with #C4BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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