#CCBAF6

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

Shades of Fog #CCBAF6

Tints of Fog #CCBAF6

Color information

#CCBAF6 (or 0xCCBAF6) is unknown color: approx Fog. HEX triplet: CC, BA and F6. RGB value is (204,186,246). Sum of RGB (Red+Green+Blue) = 204+186+246=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCBAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBAF6 is #334509. Grayscale: #C6C6C6. Windows color (decimal): -3360010 or 16169676. OLE color: 16169676.

HSL color Cylindrical-coordinate representation of color #CCBAF6: hue angle of 258º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCBAF6 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204186246-
CMYK0.170.2400.04
HSL258º76.92%84.71%-
HSV(B)258º24.39%96.47%-
XYZ59.154.6194.61-
YUV198.22154.96132.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 186 (73.05% from 255) = 29.25%
BLUE value IS 246 (96.48% from 255) = 38.68%
R=32.08%
G=29.25%
B=38.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041862460.170.2400.0425876.9284.71
HexCCBAF61118041024d55
Octal314272366213004402115125
Binary1100110010111010111101101000111000010010000001010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAF6; }

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

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

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

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

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

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

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

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