#BDE3E0

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

Shades of Jagged Ice #BDE3E0

Tints of Jagged Ice #BDE3E0

Color information

#BDE3E0 (or 0xBDE3E0) is unknown color: approx Jagged Ice. HEX triplet: BD, E3 and E0. RGB value is (189,227,224). Sum of RGB (Red+Green+Blue) = 189+227+224=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 227 (89.06% from 255 or 35.47% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3E0 is #421C1F. Grayscale: #D7D7D7. Windows color (decimal): -4332576 or 14738365. OLE color: 14738365.

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

Color convert

RGB189227224-
CMYK0.1700.010.11
HSL175.26º40.43%81.57%-
HSV(B)175.26º16.74%89.02%-
XYZ61.9171.1480.99-
YUV215.3132.91109.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.53%
GREEN value IS 227 (89.06% from 255) = 35.47%
BLUE value IS 224 (87.89% from 255) = 35%
R=29.53%
G=35.47%
B=35%

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
Decimal1892272240.1700.010.11175.2640.4381.57
HexBDE3E01101Baf2852
Octal27534334021011325750122
Binary10111101111000111110000010001011011101011111010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE3E0; }

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

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

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

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

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

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

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

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