#BEEFE8

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

Shades of Jagged Ice #BEEFE8

Tints of Jagged Ice #BEEFE8

Color information

#BEEFE8 (or 0xBEEFE8) is unknown color: approx Jagged Ice. HEX triplet: BE, EF and E8. RGB value is (190,239,232). Sum of RGB (Red+Green+Blue) = 190+239+232=661 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.74% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEFE8 is #411017. Grayscale: #DFDFDF. Windows color (decimal): -4263960 or 15265726. OLE color: 15265726.

HSL color Cylindrical-coordinate representation of color #BEEFE8: hue angle of 171.43º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFE8 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB190239232-
CMYK0.2100.030.06
HSL171.43º60.49%84.12%-
HSV(B)171.43º20.5%93.73%-
XYZ66.6778.5187.98-
YUV223.55132.77104.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.74%
GREEN value IS 239 (93.75% from 255) = 36.16%
BLUE value IS 232 (91.02% from 255) = 35.10%
R=28.74%
G=36.16%
B=35.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902392320.2100.030.06171.4360.4984.12
HexBEEFE815036ab3c54
Octal2763573502503625374124
Binary10111110111011111110100010101011110101010111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFE8; }

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

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

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

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

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

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

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

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