#C4BDCA

Color #C4BDCA French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #C4BDCA

Tints of French Grey #C4BDCA

Color information

#C4BDCA (or 0xC4BDCA) is unknown color: approx French Grey. HEX triplet: C4, BD and CA. RGB value is (196,189,202). Sum of RGB (Red+Green+Blue) = 196+189+202=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4BDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDCA is #3B4235. Grayscale: #C0C0C0. Windows color (decimal): -3883574 or 13286852. OLE color: 13286852.

HSL color Cylindrical-coordinate representation of color #C4BDCA: hue angle of 272.31º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C4BDCA is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB196189202-
CMYK0.030.0600.21
HSL272.31º10.92%76.67%-
HSV(B)272.31º6.44%79.22%-
XYZ51.6252.463.27-
YUV192.58133.32130.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.39%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=33.39%
G=32.20%
B=34.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961892020.030.0600.21272.3110.9276.67
HexC4BDCA36015110b4d
Octal3042753123602542013115
Binary1100010010111101110010101111001010110001000010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDCA; }

 p { color: rgb(196,189,202); }

 H1.HeaderClassName
 {
   color: #C4BDCA;
 }
 .AnyTagClassName
 {
   color: #C4BDCA;
 }
</style>
background-color css

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

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

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

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

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

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