#C7BEB2

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

Shades of Cloud #C7BEB2

Tints of Cloud #C7BEB2

Color information

#C7BEB2 (or 0xC7BEB2) is unknown color: approx Cloud. HEX triplet: C7, BE and B2. RGB value is (199,190,178). Sum of RGB (Red+Green+Blue) = 199+190+178=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BEB2 is #38414D. Grayscale: #BFBFBF. Windows color (decimal): -3686734 or 11714247. OLE color: 11714247.

HSL color Cylindrical-coordinate representation of color #C7BEB2: hue angle of 34.29º degrees, saturation: 0.16, 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 #C7BEB2 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB199190178-
CMYK00.050.110.22
HSL34.29º15.79%73.92%-
HSV(B)34.29º10.55%78.04%-
XYZ5052.1849.56-
YUV191.32120.48133.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.10%
GREEN value IS 190 (74.61% from 255) = 33.51%
BLUE value IS 178 (69.92% from 255) = 31.39%
R=35.10%
G=33.51%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919017800.050.110.2234.2915.7973.92
HexC7BEB205B1622104a
Octal3072762620513264220112
Binary1100011110111110101100100101101110110100010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BEB2; }

 p { color: rgb(199,190,178); }

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

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

 a { background-color: rgb(199,190,178); }

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

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

 span { border-color: rgb(199,190,178); }

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