#C8BDB0

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

Shades of Cloud #C8BDB0

Tints of Cloud #C8BDB0

Color information

#C8BDB0 (or 0xC8BDB0) is unknown color: approx Cloud. HEX triplet: C8, BD and B0. RGB value is (200,189,176). Sum of RGB (Red+Green+Blue) = 200+189+176=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BDB0 is #37424F. Grayscale: #BEBEBE. Windows color (decimal): -3621456 or 11582920. OLE color: 11582920.

HSL color Cylindrical-coordinate representation of color #C8BDB0: hue angle of 32.5º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8BDB0 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB200189176-
CMYK00.060.120.22
HSL32.5º17.91%73.73%-
HSV(B)32.5º12%78.43%-
XYZ49.8551.8148.45-
YUV190.81119.64134.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.40%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 176 (69.14% from 255) = 31.15%
R=35.40%
G=33.45%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018917600.060.120.2232.517.9173.73
HexC8BDB006C1621124a
Octal3102752600614264122112
Binary1100100010111101101100000110110010110100001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDB0; }

 p { color: rgb(200,189,176); }

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

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

 a { background-color: rgb(200,189,176); }

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

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

 span { border-color: rgb(200,189,176); }

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