#C5BDB1

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

Shades of Cloud #C5BDB1

Tints of Cloud #C5BDB1

Color information

#C5BDB1 (or 0xC5BDB1) is unknown color: approx Cloud. HEX triplet: C5, BD and B1. RGB value is (197,189,177). Sum of RGB (Red+Green+Blue) = 197+189+177=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BDB1 is #3A424E. Grayscale: #BEBEBE. Windows color (decimal): -3818063 or 11648453. OLE color: 11648453.

HSL color Cylindrical-coordinate representation of color #C5BDB1: hue angle of 36º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5BDB1 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB197189177-
CMYK00.040.100.23
HSL36º14.71%73.33%-
HSV(B)36º10.15%77.25%-
XYZ49.1651.4448.93-
YUV190.02120.65132.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.99%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 177 (69.53% from 255) = 31.44%
R=34.99%
G=33.57%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718917700.040.100.233614.7173.33
HexC5BDB104A1724f49
Octal3052752610412274417111
Binary110001011011110110110001010010101011110010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BDB1; }

 p { color: rgb(197,189,177); }

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

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

 a { background-color: rgb(197,189,177); }

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

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

 span { border-color: rgb(197,189,177); }

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