#BDE1DE

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

Shades of Jagged Ice #BDE1DE

Tints of Jagged Ice #BDE1DE

Color information

#BDE1DE (or 0xBDE1DE) is unknown color: approx Jagged Ice. HEX triplet: BD, E1 and DE. RGB value is (189,225,222). Sum of RGB (Red+Green+Blue) = 189+225+222=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1DE is #421E21. Grayscale: #D5D5D5. Windows color (decimal): -4333090 or 14606781. OLE color: 14606781.

HSL color Cylindrical-coordinate representation of color #BDE1DE: hue angle of 175º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE1DE is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB189225222-
CMYK0.1600.010.12
HSL175º37.5%81.18%-
HSV(B)175º16%88.24%-
XYZ61.169.9479.39-
YUV213.89132.57110.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.72%
GREEN value IS 225 (88.28% from 255) = 35.38%
BLUE value IS 222 (87.11% from 255) = 34.91%
R=29.72%
G=35.38%
B=34.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892252220.1600.010.1217537.581.18
HexBDE1DE1001Caf2651
Octal27534133620011425746121
Binary10111101111000011101111010000011100101011111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1DE; }

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

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

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

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

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

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

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

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