#CCBEE5

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

Shades of Fog #CCBEE5

Tints of Fog #CCBEE5

Color information

#CCBEE5 (or 0xCCBEE5) is unknown color: approx Fog. HEX triplet: CC, BE and E5. RGB value is (204,190,229). Sum of RGB (Red+Green+Blue) = 204+190+229=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCBEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEE5 is #33411A. Grayscale: #C6C6C6. Windows color (decimal): -3359003 or 15056588. OLE color: 15056588.

HSL color Cylindrical-coordinate representation of color #CCBEE5: hue angle of 261.54º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCBEE5 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204190229-
CMYK0.110.1700.10
HSL261.54º42.86%82.16%-
HSV(B)261.54º17.03%89.8%-
XYZ57.4655.3281.78-
YUV198.63145.14131.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 190 (74.61% from 255) = 30.50%
BLUE value IS 229 (89.84% from 255) = 36.76%
R=32.74%
G=30.50%
B=36.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2041902290.110.1700.10261.5442.8682.16
HexCCBEE5B110A1062b52
Octal314276345132101240653122
Binary110011001011111011100101101110001010101000001101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEE5; }

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

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

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

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

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

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

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

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