#CCBBFB

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

Shades of Fog #CCBBFB

Tints of Fog #CCBBFB

Color information

#CCBBFB (or 0xCCBBFB) is unknown color: approx Fog. HEX triplet: CC, BB and FB. RGB value is (204,187,251). Sum of RGB (Red+Green+Blue) = 204+187+251=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCBBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBFB is #334404. Grayscale: #C7C7C7. Windows color (decimal): -3359749 or 16497612. OLE color: 16497612.

HSL color Cylindrical-coordinate representation of color #CCBBFB: hue angle of 255.94º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCBBFB is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204187251-
CMYK0.190.2500.02
HSL255.94º88.89%85.88%-
HSV(B)255.94º25.5%98.43%-
XYZ60.0855.3498.78-
YUV199.38157.13131.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 187 (73.44% from 255) = 29.13%
BLUE value IS 251 (98.44% from 255) = 39.10%
R=31.78%
G=29.13%
B=39.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041872510.190.2500.02255.9488.8985.88
HexCCBBFB1319021005956
Octal314273373233102400131126
Binary110011001011101111111011100111100101010000000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBFB; }

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

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

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

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

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

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

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

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