#BDE4E1

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

Shades of Jagged Ice #BDE4E1

Tints of Jagged Ice #BDE4E1

Color information

#BDE4E1 (or 0xBDE4E1) is unknown color: approx Jagged Ice. HEX triplet: BD, E4 and E1. RGB value is (189,228,225). Sum of RGB (Red+Green+Blue) = 189+228+225=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4E1 is #421B1E. Grayscale: #D7D7D7. Windows color (decimal): -4332319 or 14804157. OLE color: 14804157.

HSL color Cylindrical-coordinate representation of color #BDE4E1: hue angle of 175.38º 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 #BDE4E1 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB189228225-
CMYK0.1700.010.11
HSL175.38º41.94%81.76%-
HSV(B)175.38º17.11%89.41%-
XYZ62.3271.7481.8-
YUV216133.08108.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.44%
GREEN value IS 228 (89.45% from 255) = 35.51%
BLUE value IS 225 (88.28% from 255) = 35.05%
R=29.44%
G=35.51%
B=35.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892282250.1700.010.11175.3841.9481.76
HexBDE4E11101Baf2a52
Octal27534434121011325752122
Binary10111101111001001110000110001011011101011111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE4E1; }

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

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

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

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

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

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

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

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