#BEEDE8

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

Shades of Jagged Ice #BEEDE8

Tints of Jagged Ice #BEEDE8

Color information

#BEEDE8 (or 0xBEEDE8) is unknown color: approx Jagged Ice. HEX triplet: BE, ED and E8. RGB value is (190,237,232). Sum of RGB (Red+Green+Blue) = 190+237+232=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEDE8 is #411217. Grayscale: #DEDEDE. Windows color (decimal): -4264472 or 15265214. OLE color: 15265214.

HSL color Cylindrical-coordinate representation of color #BEEDE8: hue angle of 173.62º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEDE8 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB190237232-
CMYK0.2000.020.07
HSL173.62º56.63%83.73%-
HSV(B)173.62º19.83%92.94%-
XYZ66.0877.3487.79-
YUV222.38133.43104.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.83%
GREEN value IS 237 (92.97% from 255) = 35.96%
BLUE value IS 232 (91.02% from 255) = 35.20%
R=28.83%
G=35.96%
B=35.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902372320.2000.020.07173.6256.6383.73
HexBEEDE814027ae3954
Octal2763553502402725671124
Binary10111110111011011110100010100010111101011101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEDE8; }

 p { color: rgb(190,237,232); }

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

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

 a { background-color: rgb(190,237,232); }

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

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

 span { border-color: rgb(190,237,232); }

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