#BDEDE7

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

Shades of Jagged Ice #BDEDE7

Tints of Jagged Ice #BDEDE7

Color information

#BDEDE7 (or 0xBDEDE7) is unknown color: approx Jagged Ice. HEX triplet: BD, ED and E7. RGB value is (189,237,231). Sum of RGB (Red+Green+Blue) = 189+237+231=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEDE7 is #421218. Grayscale: #DDDDDD. Windows color (decimal): -4330009 or 15199677. OLE color: 15199677.

HSL color Cylindrical-coordinate representation of color #BDEDE7: hue angle of 172.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDE7 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB189237231-
CMYK0.2000.030.07
HSL172.5º57.14%83.53%-
HSV(B)172.5º20.25%92.94%-
XYZ65.6977.1687.03-
YUV221.96133.1104.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.77%
GREEN value IS 237 (92.97% from 255) = 36.07%
BLUE value IS 231 (90.62% from 255) = 35.16%
R=28.77%
G=36.07%
B=35.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892372310.2000.030.07172.557.1483.53
HexBDEDE714037ac3954
Octal2753553472403725471124
Binary10111101111011011110011110100011111101011001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEDE7; }

 p { color: rgb(189,237,231); }

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

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

 a { background-color: rgb(189,237,231); }

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

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

 span { border-color: rgb(189,237,231); }

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