#CCBBF3

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

Shades of Fog #CCBBF3

Tints of Fog #CCBBF3

Color information

#CCBBF3 (or 0xCCBBF3) is unknown color: approx Fog. HEX triplet: CC, BB and F3. RGB value is (204,187,243). Sum of RGB (Red+Green+Blue) = 204+187+243=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCBBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBF3 is #33440C. Grayscale: #C6C6C6. Windows color (decimal): -3359757 or 15973324. OLE color: 15973324.

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

Color convert

RGB204187243-
CMYK0.160.2300.05
HSL258.21º70%84.31%-
HSV(B)258.21º23.05%95.29%-
XYZ58.8554.8592.28-
YUV198.47153.13131.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 187 (73.44% from 255) = 29.50%
BLUE value IS 243 (95.31% from 255) = 38.33%
R=32.18%
G=29.50%
B=38.33%

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
Decimal2041872430.160.2300.05258.217084.31
HexCCBBF31017051024654
Octal314273363202705402106124
Binary1100110010111011111100111000010111010110000001010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBF3; }

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

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

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

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

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

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

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

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