#CCBBF0

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

Shades of Fog #CCBBF0

Tints of Fog #CCBBF0

Color information

#CCBBF0 (or 0xCCBBF0) is unknown color: approx Fog. HEX triplet: CC, BB and F0. RGB value is (204,187,240). Sum of RGB (Red+Green+Blue) = 204+187+240=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCBBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBF0 is #33440F. Grayscale: #C5C5C5. Windows color (decimal): -3359760 or 15776716. OLE color: 15776716.

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

Color convert

RGB204187240-
CMYK0.150.2200.06
HSL259.25º63.86%83.73%-
HSV(B)259.25º22.08%94.12%-
XYZ58.454.6789.91-
YUV198.12151.63132.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.33%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 240 (94.14% from 255) = 38.03%
R=32.33%
G=29.64%
B=38.03%

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
Decimal2041872400.150.2200.06259.2563.8683.73
HexCCBBF0F16061034054
Octal314273360172606403100124
Binary110011001011101111110000111110110011010000001110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBF0; }

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

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

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

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

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

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

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

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