#BDE3DE

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

Shades of Jagged Ice #BDE3DE

Tints of Jagged Ice #BDE3DE

Color information

#BDE3DE (or 0xBDE3DE) is unknown color: approx Jagged Ice. HEX triplet: BD, E3 and DE. RGB value is (189,227,222). Sum of RGB (Red+Green+Blue) = 189+227+222=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3DE is #421C21. Grayscale: #D7D7D7. Windows color (decimal): -4332578 or 14607293. OLE color: 14607293.

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

Color convert

RGB189227222-
CMYK0.1700.020.11
HSL172.11º40.43%81.57%-
HSV(B)172.11º16.74%89.02%-
XYZ61.6471.0379.57-
YUV215.07131.91109.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.62%
GREEN value IS 227 (89.06% from 255) = 35.58%
BLUE value IS 222 (87.11% from 255) = 34.80%
R=29.62%
G=35.58%
B=34.80%

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
Decimal1892272220.1700.020.11172.1140.4381.57
HexBDE3DE1102Bac2852
Octal27534333621021325450122
Binary101111011110001111011110100010101011101011001010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE3DE; }

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

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

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

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

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

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

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

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