#C3BCB2

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

Shades of Cloud #C3BCB2

Tints of Cloud #C3BCB2

Color information

#C3BCB2 (or 0xC3BCB2) is unknown color: approx Cloud. HEX triplet: C3, BC and B2. RGB value is (195,188,178). Sum of RGB (Red+Green+Blue) = 195+188+178=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BCB2 is #3C434D. Grayscale: #BDBDBD. Windows color (decimal): -3949390 or 11713731. OLE color: 11713731.

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

Color convert

RGB195188178-
CMYK00.040.090.24
HSL35.29º12.41%73.14%-
HSV(B)35.29º8.72%76.47%-
XYZ48.5250.7849.36-
YUV188.95121.82132.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.76%
GREEN value IS 188 (73.83% from 255) = 33.51%
BLUE value IS 178 (69.92% from 255) = 31.73%
R=34.76%
G=33.51%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518817800.040.090.2435.2912.4173.14
HexC3BCB20491823c49
Octal3032742620411304314111
Binary110000111011110010110010010010011100010001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCB2; }

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

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

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

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

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

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

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

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