#CCBAF2

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

Shades of Fog #CCBAF2

Tints of Fog #CCBAF2

Color information

#CCBAF2 (or 0xCCBAF2) is unknown color: approx Fog. HEX triplet: CC, BA and F2. RGB value is (204,186,242). Sum of RGB (Red+Green+Blue) = 204+186+242=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCBAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBAF2 is #33450D. Grayscale: #C5C5C5. Windows color (decimal): -3360014 or 15907532. OLE color: 15907532.

HSL color Cylindrical-coordinate representation of color #CCBAF2: hue angle of 259.29º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCBAF2 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204186242-
CMYK0.160.2300.05
HSL259.29º68.29%83.92%-
HSV(B)259.29º23.14%94.9%-
XYZ58.4954.3791.42-
YUV197.77152.96132.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.28%
GREEN value IS 186 (73.05% from 255) = 29.43%
BLUE value IS 242 (94.92% from 255) = 38.29%
R=32.28%
G=29.43%
B=38.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041862420.160.2300.05259.2968.2983.92
HexCCBAF21017051034454
Octal314272362202705403104124
Binary1100110010111010111100101000010111010110000001110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAF2; }

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

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

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

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

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

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

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

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