Html Css Color HEX #C4BDCB French Grey

📋 copy color: '#C4BDCB'

red 196 ◦ green 189 ◦ blue 203

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

Shades of French Grey #C4BDCB

Tints of French Grey #C4BDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.14%

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

R = 33.33%
G = 32.14%
B = 34.52%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C4BDCB (or 0xC4BDCB) is known color: French Grey. HEX triplet: C4, BD and CB. RGB value is (196,189,203). Sum of RGB (Red+Green+Blue) = 196+189+203=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDCB is #3B4234. Grayscale: #C0C0C0. Windows color (decimal): -3883573 or 13352388. OLE color: 13352388.

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

Color convert

RGB 196 189 203 -
CMYK 0.03 0.07 0 0.20
HSL 270º 0.12% 0.77% -
HSV(B) 270º 0.07% 0.8% -
XYZ 51.74 52.44 63.9 -
YUV 192.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 196 189 203 0.03 0.07 0 0.20 270 0.12 0.77
Hex C4 BD CB 3 7 0 14 10E C 4D
Octal 304 275 313 3 7 0 24 416 14 115
Binary 11000100 10111101 11001011 11 111 0 10100 100001110 1100 1001101

Color Harmonies of #C4BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BDCB

Black with #C4BDCB

Text Example


Text Example

White with #C4BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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