#CCBEF1

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

Shades of Fog #CCBEF1

Tints of Fog #CCBEF1

Color information

#CCBEF1 (or 0xCCBEF1) is unknown color: approx Fog. HEX triplet: CC, BE and F1. RGB value is (204,190,241). Sum of RGB (Red+Green+Blue) = 204+190+241=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCBEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEF1 is #33410E. Grayscale: #C7C7C7. Windows color (decimal): -3358991 or 15843020. OLE color: 15843020.

HSL color Cylindrical-coordinate representation of color #CCBEF1: hue angle of 256.47º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCBEF1 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204190241-
CMYK0.150.2100.05
HSL256.47º64.56%84.51%-
HSV(B)256.47º21.16%94.51%-
XYZ59.1956.0290.91-
YUV200151.14130.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.13%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=32.13%
G=29.92%
B=37.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041902410.150.2100.05256.4764.5684.51
HexCCBEF1F15051004155
Octal314276361172505400101125
Binary110011001011111011110001111110101010110000000010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEF1; }

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

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

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

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

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

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

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

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