#CCBAF9

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

Shades of Fog #CCBAF9

Tints of Fog #CCBAF9

Color information

#CCBAF9 (or 0xCCBAF9) is unknown color: approx Fog. HEX triplet: CC, BA and F9. RGB value is (204,186,249). Sum of RGB (Red+Green+Blue) = 204+186+249=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 249 (97.66% from 255 or 38.97% from 639); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCBAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBAF9 is #334506. Grayscale: #C6C6C6. Windows color (decimal): -3360007 or 16366284. OLE color: 16366284.

HSL color Cylindrical-coordinate representation of color #CCBAF9: hue angle of 257.14º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCBAF9 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204186249-
CMYK0.180.2500.02
HSL257.14º84%85.29%-
HSV(B)257.14º25.3%97.65%-
XYZ59.5654.7997.06-
YUV198.56156.46131.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 186 (73.05% from 255) = 29.11%
BLUE value IS 249 (97.66% from 255) = 38.97%
R=31.92%
G=29.11%
B=38.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041862490.180.2500.02257.148485.29
HexCCBAF91219021015455
Octal314272371223102401124125
Binary110011001011101011111001100101100101010000000110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAF9; }

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

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

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

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

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

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

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

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