#CCBEF7

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

Shades of Fog #CCBEF7

Tints of Fog #CCBEF7

Color information

#CCBEF7 (or 0xCCBEF7) is unknown color: approx Fog. HEX triplet: CC, BE and F7. RGB value is (204,190,247). Sum of RGB (Red+Green+Blue) = 204+190+247=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCBEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEF7 is #334108. Grayscale: #C8C8C8. Windows color (decimal): -3358985 or 16236236. OLE color: 16236236.

HSL color Cylindrical-coordinate representation of color #CCBEF7: hue angle of 254.74º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCBEF7 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204190247-
CMYK0.170.2300.03
HSL254.74º78.08%85.69%-
HSV(B)254.74º23.08%96.86%-
XYZ60.156.3895.71-
YUV200.68154.14130.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 247 (96.88% from 255) = 38.53%
R=31.83%
G=29.64%
B=38.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2041902470.170.2300.03254.7478.0885.69
HexCCBEF7111703ff4e56
Octal314276367212703377116126
Binary11001100101111101111011110001101110111111111110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEF7; }

 p { color: rgb(204,190,247); }

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

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

 a { background-color: rgb(204,190,247); }

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

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

 span { border-color: rgb(204,190,247); }

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