#CCBAEC

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

Shades of Fog #CCBAEC

Tints of Fog #CCBAEC

Color information

#CCBAEC (or 0xCCBAEC) is unknown color: approx Fog. HEX triplet: CC, BA and EC. RGB value is (204,186,236). Sum of RGB (Red+Green+Blue) = 204+186+236=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCBAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBAEC is #334513. Grayscale: #C4C4C4. Windows color (decimal): -3360020 or 15514316. OLE color: 15514316.

HSL color Cylindrical-coordinate representation of color #CCBAEC: hue angle of 261.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCBAEC is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204186236-
CMYK0.140.2100.07
HSL261.6º56.82%82.75%-
HSV(B)261.6º21.19%92.55%-
XYZ57.654.0186.75-
YUV197.08149.96132.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 186 (73.05% from 255) = 29.71%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=32.59%
G=29.71%
B=37.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041862360.140.2100.07261.656.8282.75
HexCCBAECE15071063953
Octal31427235416250740671123
Binary11001100101110101110110011101010101111000001101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAEC; }

 p { color: rgb(204,186,236); }

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

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

 a { background-color: rgb(204,186,236); }

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

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

 span { border-color: rgb(204,186,236); }

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