#C3BCB4

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

Shades of Cloud #C3BCB4

Tints of Cloud #C3BCB4

Color information

#C3BCB4 (or 0xC3BCB4) is unknown color: approx Cloud. HEX triplet: C3, BC and B4. RGB value is (195,188,180). Sum of RGB (Red+Green+Blue) = 195+188+180=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCB4 is #3C434B. Grayscale: #BDBDBD. Windows color (decimal): -3949388 or 11844803. OLE color: 11844803.

HSL color Cylindrical-coordinate representation of color #C3BCB4: hue angle of 32º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3BCB4 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB195188180-
CMYK00.040.080.24
HSL32º11.11%73.53%-
HSV(B)32º7.69%76.47%-
XYZ48.7350.8650.43-
YUV189.18122.82132.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.64%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 180 (70.70% from 255) = 31.97%
R=34.64%
G=33.39%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518818000.040.080.243211.1173.53
HexC3BCB40481820b4a
Octal3032742640410304013112
Binary110000111011110010110100010010001100010000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCB4; }

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

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

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

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

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

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

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

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