#C8BFB2

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

Shades of Cloud #C8BFB2

Tints of Cloud #C8BFB2

Color information

#C8BFB2 (or 0xC8BFB2) is unknown color: approx Cloud. HEX triplet: C8, BF and B2. RGB value is (200,191,178). Sum of RGB (Red+Green+Blue) = 200+191+178=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BFB2 is #37404D. Grayscale: #C0C0C0. Windows color (decimal): -3620942 or 11714504. OLE color: 11714504.

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

Color convert

RGB200191178-
CMYK00.040.110.22
HSL35.45º16.67%74.12%-
HSV(B)35.45º11%78.43%-
XYZ50.4952.7649.64-
YUV192.21119.98133.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.15%
GREEN value IS 191 (75% from 255) = 33.57%
BLUE value IS 178 (69.92% from 255) = 31.28%
R=35.15%
G=33.57%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019117800.040.110.2235.4516.6774.12
HexC8BFB204B1623114a
Octal3102772620413264321112
Binary1100100010111111101100100100101110110100011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFB2; }

 p { color: rgb(200,191,178); }

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

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

 a { background-color: rgb(200,191,178); }

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

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

 span { border-color: rgb(200,191,178); }

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