Html Css Color HEX #C2BBCB French Grey

📋 copy color: '#C2BBCB'

red 194 ◦ green 187 ◦ blue 203

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

Shades of French Grey #C2BBCB

Tints of French Grey #C2BBCB

RGB

 RED value IS 194 (76.17% from 255) = 33.22%

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

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

R = 33.22%
G = 32.02%
B = 34.76%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C2BBCB (or 0xC2BBCB) is known color: French Grey. HEX triplet: C2, BB and CB. RGB value is (194,187,203). Sum of RGB (Red+Green+Blue) = 194+187+203=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBCB is #3D4434. Grayscale: #BEBEBE. Windows color (decimal): -4015157 or 13351874. OLE color: 13351874.

HSL color Cylindrical-coordinate representation of color #C2BBCB: hue angle of 266.25º 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 #C2BBCB is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 187 203 -
CMYK 0.04 0.08 0 0.20
HSL 266.25º 0.13% 0.76% -
HSV(B) 266.25º 0.08% 0.8% -
XYZ 50.8 51.32 63.73 -
YUV 190.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 194 187 203 0.04 0.08 0 0.20 266.25 0.13 0.76
Hex C2 BB CB 4 8 0 14 10A D 4C
Octal 302 273 313 4 10 0 24 412 15 114
Binary 11000010 10111011 11001011 100 1000 0 10100 100001010 1101 1001100

Color Harmonies of #C2BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBCB

Black with #C2BBCB

Text Example


Text Example

White with #C2BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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