#BDE8E4

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

Shades of Jagged Ice #BDE8E4

Tints of Jagged Ice #BDE8E4

Color information

#BDE8E4 (or 0xBDE8E4) is unknown color: approx Jagged Ice. HEX triplet: BD, E8 and E4. RGB value is (189,232,228). Sum of RGB (Red+Green+Blue) = 189+232+228=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8E4 is #42171B. Grayscale: #DADADA. Windows color (decimal): -4331292 or 15001789. OLE color: 15001789.

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

Color convert

RGB189232228-
CMYK0.1900.020.09
HSL174.42º48.31%82.55%-
HSV(B)174.42º18.53%90.98%-
XYZ63.8574.1384.34-
YUV218.69133.25106.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.12%
GREEN value IS 232 (91.02% from 255) = 35.75%
BLUE value IS 228 (89.45% from 255) = 35.13%
R=29.12%
G=35.75%
B=35.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892322280.1900.020.09174.4248.3182.55
HexBDE8E413029ae3053
Octal27535034423021125660123
Binary101111011110100011100100100110101001101011101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE8E4; }

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

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

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

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

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

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

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

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