#BDEBE5

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

Shades of Jagged Ice #BDEBE5

Tints of Jagged Ice #BDEBE5

Color information

#BDEBE5 (or 0xBDEBE5) is unknown color: approx Jagged Ice. HEX triplet: BD, EB and E5. RGB value is (189,235,229). Sum of RGB (Red+Green+Blue) = 189+235+229=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBE5 is #42141A. Grayscale: #DCDCDC. Windows color (decimal): -4330523 or 15068093. OLE color: 15068093.

HSL color Cylindrical-coordinate representation of color #BDEBE5: hue angle of 172.17º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBE5 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB189235229-
CMYK0.2000.030.08
HSL172.17º53.49%83.14%-
HSV(B)172.17º19.57%92.16%-
XYZ64.8475.8985.36-
YUV220.56132.76105.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.94%
GREEN value IS 235 (92.19% from 255) = 35.99%
BLUE value IS 229 (89.84% from 255) = 35.07%
R=28.94%
G=35.99%
B=35.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892352290.2000.030.08172.1753.4983.14
HexBDEBE514038ac3553
Octal27535334524031025465123
Binary101111011110101111100101101000111000101011001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBE5; }

 p { color: rgb(189,235,229); }

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

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

 a { background-color: rgb(189,235,229); }

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

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

 span { border-color: rgb(189,235,229); }

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