#CCBAEA

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

Shades of Fog #CCBAEA

Tints of Fog #CCBAEA

Color information

#CCBAEA (or 0xCCBAEA) is unknown color: approx Fog. HEX triplet: CC, BA and EA. RGB value is (204,186,234). Sum of RGB (Red+Green+Blue) = 204+186+234=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCBAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBAEA is #334515. Grayscale: #C4C4C4. Windows color (decimal): -3360022 or 15383244. OLE color: 15383244.

HSL color Cylindrical-coordinate representation of color #CCBAEA: hue angle of 262.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCBAEA is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204186234-
CMYK0.130.2100.08
HSL262.5º53.33%82.35%-
HSV(B)262.5º20.51%91.76%-
XYZ57.3153.985.22-
YUV196.85148.96133.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 186 (73.05% from 255) = 29.81%
BLUE value IS 234 (91.80% from 255) = 37.5%
R=32.69%
G=29.81%
B=37.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041862340.130.2100.08262.553.3382.35
HexCCBAEAD15081063552
Octal314272352152501040665122
Binary110011001011101011101010110110101010001000001101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAEA; }

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

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

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

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

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

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

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

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