#BDE0DE

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

Shades of Jagged Ice #BDE0DE

Tints of Jagged Ice #BDE0DE

Color information

#BDE0DE (or 0xBDE0DE) is unknown color: approx Jagged Ice. HEX triplet: BD, E0 and DE. RGB value is (189,224,222). Sum of RGB (Red+Green+Blue) = 189+224+222=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0DE is #421F21. Grayscale: #D5D5D5. Windows color (decimal): -4333346 or 14606525. OLE color: 14606525.

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

Color convert

RGB189224222-
CMYK0.1600.010.12
HSL176.57º36.08%80.98%-
HSV(B)176.57º15.62%87.84%-
XYZ60.8369.479.3-
YUV213.31132.9110.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.76%
GREEN value IS 224 (87.89% from 255) = 35.28%
BLUE value IS 222 (87.11% from 255) = 34.96%
R=29.76%
G=35.28%
B=34.96%

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
Decimal1892242220.1600.010.12176.5736.0880.98
HexBDE0DE1001Cb12451
Octal27534033620011426144121
Binary10111101111000001101111010000011100101100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0DE; }

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

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

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

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

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

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

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

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