#CCBBF2

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

Shades of Fog #CCBBF2

Tints of Fog #CCBBF2

Color information

#CCBBF2 (or 0xCCBBF2) is unknown color: approx Fog. HEX triplet: CC, BB and F2. RGB value is (204,187,242). Sum of RGB (Red+Green+Blue) = 204+187+242=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCBBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBF2 is #33440D. Grayscale: #C6C6C6. Windows color (decimal): -3359758 or 15907788. OLE color: 15907788.

HSL color Cylindrical-coordinate representation of color #CCBBF2: hue angle of 258.55º 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 #CCBBF2 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204187242-
CMYK0.160.2300.05
HSL258.55º67.9%84.12%-
HSV(B)258.55º22.73%94.9%-
XYZ58.754.7991.49-
YUV198.35152.63132.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 187 (73.44% from 255) = 29.54%
BLUE value IS 242 (94.92% from 255) = 38.23%
R=32.23%
G=29.54%
B=38.23%

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
Decimal2041872420.160.2300.05258.5567.984.12
HexCCBBF21017051034454
Octal314273362202705403104124
Binary1100110010111011111100101000010111010110000001110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBF2; }

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

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

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

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

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

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

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

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