#BEEBE4

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

Shades of Jagged Ice #BEEBE4

Tints of Jagged Ice #BEEBE4

Color information

#BEEBE4 (or 0xBEEBE4) is unknown color: approx Jagged Ice. HEX triplet: BE, EB and E4. RGB value is (190,235,228). Sum of RGB (Red+Green+Blue) = 190+235+228=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBE4 is #41141B. Grayscale: #DCDCDC. Windows color (decimal): -4264988 or 15002558. OLE color: 15002558.

HSL color Cylindrical-coordinate representation of color #BEEBE4: hue angle of 170.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 #BEEBE4 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB190235228-
CMYK0.1900.030.08
HSL170.67º52.94%83.33%-
HSV(B)170.67º19.15%92.16%-
XYZ64.9575.9784.64-
YUV220.75132.09106.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.10%
GREEN value IS 235 (92.19% from 255) = 35.99%
BLUE value IS 228 (89.45% from 255) = 34.92%
R=29.10%
G=35.99%
B=34.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902352280.1900.030.08170.6752.9483.33
HexBEEBE413038ab3553
Octal27635334423031025365123
Binary101111101110101111100100100110111000101010111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBE4; }

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

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

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

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

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

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

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

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