#CCBEF8

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

Shades of Fog #CCBEF8

Tints of Fog #CCBEF8

Color information

#CCBEF8 (or 0xCCBEF8) is unknown color: approx Fog. HEX triplet: CC, BE and F8. RGB value is (204,190,248). Sum of RGB (Red+Green+Blue) = 204+190+248=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCBEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEF8 is #334107. Grayscale: #C8C8C8. Windows color (decimal): -3358984 or 16301772. OLE color: 16301772.

HSL color Cylindrical-coordinate representation of color #CCBEF8: hue angle of 254.48º degrees, saturation: 0.81, 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 #CCBEF8 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204190248-
CMYK0.180.2300.03
HSL254.48º80.56%85.88%-
HSV(B)254.48º23.39%97.25%-
XYZ60.2656.4496.53-
YUV200.8154.64130.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 190 (74.61% from 255) = 29.60%
BLUE value IS 248 (97.27% from 255) = 38.63%
R=31.78%
G=29.60%
B=38.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2041902480.180.2300.03254.4880.5685.88
HexCCBEF8121703fe5156
Octal314276370222703376121126
Binary11001100101111101111100010010101110111111111010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEF8; }

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

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

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

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

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

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

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

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