Html Css Color HEX #C3BCCB French Grey

📋 copy color: '#C3BCCB'

red 195 ◦ green 188 ◦ blue 203

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

Shades of French Grey #C3BCCB

Tints of French Grey #C3BCCB

RGB

 RED value IS 195 (76.56% from 255) = 33.28%

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

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

R = 33.28%
G = 32.08%
B = 34.64%

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

#C3BCCB (or 0xC3BCCB) is known color: French Grey. HEX triplet: C3, BC and CB. RGB value is (195,188,203). Sum of RGB (Red+Green+Blue) = 195+188+203=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 188 (73.83% from 255 or 32.08% 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 #C3BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCCB is #3C4334. Grayscale: #BFBFBF. Windows color (decimal): -3949365 or 13352131. OLE color: 13352131.

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

Color convert

RGB 195 188 203 -
CMYK 0.04 0.07 0 0.20
HSL 268º 0.13% 0.77% -
HSV(B) 268º 0.07% 0.8% -
XYZ 51.27 51.88 63.81 -
YUV 191.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 195 188 203 0.04 0.07 0 0.20 268 0.13 0.77
Hex C3 BC CB 4 7 0 14 10C D 4D
Octal 303 274 313 4 7 0 24 414 15 115
Binary 11000011 10111100 11001011 100 111 0 10100 100001100 1101 1001101

Color Harmonies of #C3BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BCCB

Black with #C3BCCB

Text Example


Text Example

White with #C3BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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