#CCBEF6

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

Shades of Fog #CCBEF6

Tints of Fog #CCBEF6

Color information

#CCBEF6 (or 0xCCBEF6) is unknown color: approx Fog. HEX triplet: CC, BE and F6. RGB value is (204,190,246). Sum of RGB (Red+Green+Blue) = 204+190+246=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 246 (96.48% from 255 or 38.44% from 640); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCBEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEF6 is #334109. Grayscale: #C8C8C8. Windows color (decimal): -3358986 or 16170700. OLE color: 16170700.

HSL color Cylindrical-coordinate representation of color #CCBEF6: hue angle of 255º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCBEF6 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204190246-
CMYK0.170.2300.04
HSL255º75.68%85.49%-
HSV(B)255º22.76%96.47%-
XYZ59.9556.3294.9-
YUV200.57153.64130.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.88%
GREEN value IS 190 (74.61% from 255) = 29.69%
BLUE value IS 246 (96.48% from 255) = 38.44%
R=31.88%
G=29.69%
B=38.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041902460.170.2300.0425575.6885.49
HexCCBEF6111704ff4c55
Octal314276366212704377114125
Binary110011001011111011110110100011011101001111111110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEF6; }

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

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

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

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

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

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

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

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