Html Css Color HEX #C2BCCB French Grey

📋 copy color: '#C2BCCB'

red 194 ◦ green 188 ◦ blue 203

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

Shades of French Grey #C2BCCB

Tints of French Grey #C2BCCB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.14%

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

R = 33.16%
G = 32.14%
B = 34.7%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C2BCCB (or 0xC2BCCB) is known color: French Grey. HEX triplet: C2, BC and CB. RGB value is (194,188,203). Sum of RGB (Red+Green+Blue) = 194+188+203=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCCB is #3D4334. Grayscale: #BFBFBF. Windows color (decimal): -4014901 or 13352130. OLE color: 13352130.

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

Color convert

RGB 194 188 203 -
CMYK 0.04 0.07 0 0.20
HSL 264º 0.13% 0.77% -
HSV(B) 264º 0.07% 0.8% -
XYZ 51.01 51.75 63.8 -
YUV 191.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 194 188 203 0.04 0.07 0 0.20 264 0.13 0.77
Hex C2 BC CB 4 7 0 14 108 D 4D
Octal 302 274 313 4 7 0 24 410 15 115
Binary 11000010 10111100 11001011 100 111 0 10100 100001000 1101 1001101

Color Harmonies of #C2BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BCCB

Black with #C2BCCB

Text Example


Text Example

White with #C2BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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