#C3BCB1

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

Shades of Cloud #C3BCB1

Tints of Cloud #C3BCB1

Color information

#C3BCB1 (or 0xC3BCB1) is unknown color: approx Cloud. HEX triplet: C3, BC and B1. RGB value is (195,188,177). Sum of RGB (Red+Green+Blue) = 195+188+177=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BCB1 is #3C434E. Grayscale: #BCBCBC. Windows color (decimal): -3949391 or 11648195. OLE color: 11648195.

HSL color Cylindrical-coordinate representation of color #C3BCB1: hue angle of 36.67º degrees, saturation: 0.13, 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 #C3BCB1 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB195188177-
CMYK00.040.090.24
HSL36.67º13.04%72.94%-
HSV(B)36.67º9.23%76.47%-
XYZ48.4250.7448.84-
YUV188.84121.32132.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.82%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 177 (69.53% from 255) = 31.61%
R=34.82%
G=33.57%
B=31.61%

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
Decimal19518817700.040.090.2436.6713.0472.94
HexC3BCB10491825d49
Octal3032742610411304515111
Binary110000111011110010110001010010011100010010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCB1; }

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

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

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

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

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

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

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

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