#BDE4E0

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

Shades of Jagged Ice #BDE4E0

Tints of Jagged Ice #BDE4E0

Color information

#BDE4E0 (or 0xBDE4E0) is unknown color: approx Jagged Ice. HEX triplet: BD, E4 and E0. RGB value is (189,228,224). Sum of RGB (Red+Green+Blue) = 189+228+224=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4E0 is #421B1F. Grayscale: #D7D7D7. Windows color (decimal): -4332320 or 14738621. OLE color: 14738621.

HSL color Cylindrical-coordinate representation of color #BDE4E0: hue angle of 173.85º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE4E0 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB189228224-
CMYK0.1700.020.11
HSL173.85º41.94%81.76%-
HSV(B)173.85º17.11%89.41%-
XYZ62.1871.6981.08-
YUV215.88132.58108.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 228 (89.45% from 255) = 35.57%
BLUE value IS 224 (87.89% from 255) = 34.95%
R=29.49%
G=35.57%
B=34.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892282240.1700.020.11173.8541.9481.76
HexBDE4E01102Bae2a52
Octal27534434021021325652122
Binary101111011110010011100000100010101011101011101010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE4E0; }

 p { color: rgb(189,228,224); }

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

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

 a { background-color: rgb(189,228,224); }

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

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

 span { border-color: rgb(189,228,224); }

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