#BEEEE8

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

Shades of Jagged Ice #BEEEE8

Tints of Jagged Ice #BEEEE8

Color information

#BEEEE8 (or 0xBEEEE8) is unknown color: approx Jagged Ice. HEX triplet: BE, EE and E8. RGB value is (190,238,232). Sum of RGB (Red+Green+Blue) = 190+238+232=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEEE8 is #411117. Grayscale: #DEDEDE. Windows color (decimal): -4264216 or 15265470. OLE color: 15265470.

HSL color Cylindrical-coordinate representation of color #BEEEE8: hue angle of 172.5º degrees, saturation: 0.59, 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 #BEEEE8 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB190238232-
CMYK0.2000.030.07
HSL172.5º58.54%83.92%-
HSV(B)172.5º20.17%93.33%-
XYZ66.3877.9287.89-
YUV222.96133.1104.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.79%
GREEN value IS 238 (93.36% from 255) = 36.06%
BLUE value IS 232 (91.02% from 255) = 35.15%
R=28.79%
G=36.06%
B=35.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902382320.2000.030.07172.558.5483.92
HexBEEEE814037ac3b54
Octal2763563502403725473124
Binary10111110111011101110100010100011111101011001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEEE8; }

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

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

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

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

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

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

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

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