#BEEBE7

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

Shades of Jagged Ice #BEEBE7

Tints of Jagged Ice #BEEBE7

Color information

#BEEBE7 (or 0xBEEBE7) is unknown color: approx Jagged Ice. HEX triplet: BE, EB and E7. RGB value is (190,235,231). Sum of RGB (Red+Green+Blue) = 190+235+231=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEBE7 is #411418. Grayscale: #DDDDDD. Windows color (decimal): -4264985 or 15199166. OLE color: 15199166.

HSL color Cylindrical-coordinate representation of color #BEEBE7: hue angle of 174.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEBE7 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB190235231-
CMYK0.1900.020.08
HSL174.67º52.94%83.33%-
HSV(B)174.67º19.15%92.16%-
XYZ65.3776.1386.85-
YUV221.09133.59105.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.96%
GREEN value IS 235 (92.19% from 255) = 35.82%
BLUE value IS 231 (90.62% from 255) = 35.21%
R=28.96%
G=35.82%
B=35.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902352310.1900.020.08174.6752.9483.33
HexBEEBE713028af3553
Octal27635334723021025765123
Binary101111101110101111100111100110101000101011111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBE7; }

 p { color: rgb(190,235,231); }

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

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

 a { background-color: rgb(190,235,231); }

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

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

 span { border-color: rgb(190,235,231); }

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