#C8BEB3

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

Shades of Cloud #C8BEB3

Tints of Cloud #C8BEB3

Color information

#C8BEB3 (or 0xC8BEB3) is unknown color: approx Cloud. HEX triplet: C8, BE and B3. RGB value is (200,190,179). Sum of RGB (Red+Green+Blue) = 200+190+179=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEB3 is #37414C. Grayscale: #BFBFBF. Windows color (decimal): -3621197 or 11779784. OLE color: 11779784.

HSL color Cylindrical-coordinate representation of color #C8BEB3: hue angle of 31.43º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8BEB3 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB200190179-
CMYK00.050.100.22
HSL31.43º16.03%74.31%-
HSV(B)31.43º10.5%78.43%-
XYZ50.3752.3650.1-
YUV191.74120.81133.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.15%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 179 (70.31% from 255) = 31.46%
R=35.15%
G=33.39%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019017900.050.100.2231.4316.0374.31
HexC8BEB305A161f104a
Octal3102762630512263720112
Binary110010001011111010110011010110101011011111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEB3; }

 p { color: rgb(200,190,179); }

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

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

 a { background-color: rgb(200,190,179); }

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

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

 span { border-color: rgb(200,190,179); }

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