#C2BCB4

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

Shades of Cloud #C2BCB4

Tints of Cloud #C2BCB4

Color information

#C2BCB4 (or 0xC2BCB4) is unknown color: approx Cloud. HEX triplet: C2, BC and B4. RGB value is (194,188,180). Sum of RGB (Red+Green+Blue) = 194+188+180=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCB4 is #3D434B. Grayscale: #BCBCBC. Windows color (decimal): -4014924 or 11844802. OLE color: 11844802.

HSL color Cylindrical-coordinate representation of color #C2BCB4: hue angle of 34.29º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2BCB4 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB194188180-
CMYK00.030.070.24
HSL34.29º10.29%73.33%-
HSV(B)34.29º7.22%76.08%-
XYZ48.4750.7350.42-
YUV188.88122.99131.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.52%
GREEN value IS 188 (73.83% from 255) = 33.45%
BLUE value IS 180 (70.70% from 255) = 32.03%
R=34.52%
G=33.45%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418818000.030.070.2434.2910.2973.33
HexC2BCB40371822a49
Octal302274264037304212111
Binary1100001010111100101101000111111100010001010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCB4; }

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

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

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

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

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

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

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

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