#CCBAEF

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

Shades of Fog #CCBAEF

Tints of Fog #CCBAEF

Color information

#CCBAEF (or 0xCCBAEF) is unknown color: approx Fog. HEX triplet: CC, BA and EF. RGB value is (204,186,239). Sum of RGB (Red+Green+Blue) = 204+186+239=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCBAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBAEF is #334510. Grayscale: #C5C5C5. Windows color (decimal): -3360017 or 15710924. OLE color: 15710924.

HSL color Cylindrical-coordinate representation of color #CCBAEF: hue angle of 260.38º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCBAEF is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204186239-
CMYK0.150.2200.06
HSL260.38º62.35%83.33%-
HSV(B)260.38º22.18%93.73%-
XYZ58.0454.1989.06-
YUV197.42151.46132.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 186 (73.05% from 255) = 29.57%
BLUE value IS 239 (93.75% from 255) = 38.00%
R=32.43%
G=29.57%
B=38.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041862390.150.2200.06260.3862.3583.33
HexCCBAEFF16061043e53
Octal31427235717260640476123
Binary11001100101110101110111111111011001101000001001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAEF; }

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

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

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

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

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

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

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

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