#BDE1DF

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

Shades of Jagged Ice #BDE1DF

Tints of Jagged Ice #BDE1DF

Color information

#BDE1DF (or 0xBDE1DF) is unknown color: approx Jagged Ice. HEX triplet: BD, E1 and DF. RGB value is (189,225,223). Sum of RGB (Red+Green+Blue) = 189+225+223=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1DF is #421E20. Grayscale: #D5D5D5. Windows color (decimal): -4333089 or 14672317. OLE color: 14672317.

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

Color convert

RGB189225223-
CMYK0.1600.010.12
HSL176.67º37.5%81.18%-
HSV(B)176.67º16%88.24%-
XYZ61.237080.1-
YUV214.01133.07110.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.67%
GREEN value IS 225 (88.28% from 255) = 35.32%
BLUE value IS 223 (87.5% from 255) = 35.01%
R=29.67%
G=35.32%
B=35.01%

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
Decimal1892252230.1600.010.12176.6737.581.18
HexBDE1DF1001Cb12651
Octal27534133720011426146121
Binary10111101111000011101111110000011100101100011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1DF; }

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

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

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

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

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

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

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

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