#BDEBE6

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

Shades of Jagged Ice #BDEBE6

Tints of Jagged Ice #BDEBE6

Color information

#BDEBE6 (or 0xBDEBE6) is unknown color: approx Jagged Ice. HEX triplet: BD, EB and E6. RGB value is (189,235,230). Sum of RGB (Red+Green+Blue) = 189+235+230=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBE6 is #421419. Grayscale: #DCDCDC. Windows color (decimal): -4330522 or 15133629. OLE color: 15133629.

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

Color convert

RGB189235230-
CMYK0.2000.020.08
HSL173.48º53.49%83.14%-
HSV(B)173.48º19.57%92.16%-
XYZ64.9875.9586.1-
YUV220.68133.26105.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.90%
GREEN value IS 235 (92.19% from 255) = 35.93%
BLUE value IS 230 (90.23% from 255) = 35.17%
R=28.90%
G=35.93%
B=35.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892352300.2000.020.08173.4853.4983.14
HexBDEBE614028ad3553
Octal27535334624021025565123
Binary101111011110101111100110101000101000101011011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBE6; }

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

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

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

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

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

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

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

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