#CCBEF0

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

Shades of Fog #CCBEF0

Tints of Fog #CCBEF0

Color information

#CCBEF0 (or 0xCCBEF0) is unknown color: approx Fog. HEX triplet: CC, BE and F0. RGB value is (204,190,240). Sum of RGB (Red+Green+Blue) = 204+190+240=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCBEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEF0 is #33410F. Grayscale: #C7C7C7. Windows color (decimal): -3358992 or 15777484. OLE color: 15777484.

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

Color convert

RGB204190240-
CMYK0.150.2100.06
HSL256.8º62.5%84.31%-
HSV(B)256.8º20.83%94.12%-
XYZ59.0455.9690.13-
YUV199.89150.64130.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 190 (74.61% from 255) = 29.97%
BLUE value IS 240 (94.14% from 255) = 37.85%
R=32.18%
G=29.97%
B=37.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041902400.150.2100.06256.862.584.31
HexCCBEF0F15061013e54
Octal31427636017250640176124
Binary11001100101111101111000011111010101101000000011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEF0; }

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

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

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

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

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

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

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

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