#CCBBF1

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

Shades of Fog #CCBBF1

Tints of Fog #CCBBF1

Color information

#CCBBF1 (or 0xCCBBF1) is unknown color: approx Fog. HEX triplet: CC, BB and F1. RGB value is (204,187,241). Sum of RGB (Red+Green+Blue) = 204+187+241=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCBBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBF1 is #33440E. Grayscale: #C6C6C6. Windows color (decimal): -3359759 or 15842252. OLE color: 15842252.

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

Color convert

RGB204187241-
CMYK0.150.2200.05
HSL258.89º65.85%83.92%-
HSV(B)258.89º22.41%94.51%-
XYZ58.5554.7390.7-
YUV198.24152.13132.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.28%
GREEN value IS 187 (73.44% from 255) = 29.59%
BLUE value IS 241 (94.53% from 255) = 38.13%
R=32.28%
G=29.59%
B=38.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041872410.150.2200.05258.8965.8583.92
HexCCBBF1F16051034254
Octal314273361172605403102124
Binary110011001011101111110001111110110010110000001110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBF1; }

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

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

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

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

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

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

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

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