#C4BCB3

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

Shades of Cloud #C4BCB3

Tints of Cloud #C4BCB3

Color information

#C4BCB3 (or 0xC4BCB3) is unknown color: approx Cloud. HEX triplet: C4, BC and B3. RGB value is (196,188,179). Sum of RGB (Red+Green+Blue) = 196+188+179=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCB3 is #3B434C. Grayscale: #BDBDBD. Windows color (decimal): -3883853 or 11779268. OLE color: 11779268.

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

Color convert

RGB196188179-
CMYK00.040.090.23
HSL31.76º12.59%73.53%-
HSV(B)31.76º8.67%76.86%-
XYZ48.8850.9649.91-
YUV189.37122.15132.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.81%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 179 (70.31% from 255) = 31.79%
R=34.81%
G=33.39%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618817900.040.090.2331.7612.5973.53
HexC4BCB30491720d4a
Octal3042742630411274015112
Binary110001001011110010110011010010011011110000011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCB3; }

 p { color: rgb(196,188,179); }

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

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

 a { background-color: rgb(196,188,179); }

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

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

 span { border-color: rgb(196,188,179); }

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