#BDEDE8

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

Shades of Jagged Ice #BDEDE8

Tints of Jagged Ice #BDEDE8

Color information

#BDEDE8 (or 0xBDEDE8) is unknown color: approx Jagged Ice. HEX triplet: BD, ED and E8. RGB value is (189,237,232). Sum of RGB (Red+Green+Blue) = 189+237+232=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEDE8 is #421217. Grayscale: #DEDEDE. Windows color (decimal): -4330008 or 15265213. OLE color: 15265213.

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

Color convert

RGB189237232-
CMYK0.2000.020.07
HSL173.75º57.14%83.53%-
HSV(B)173.75º20.25%92.94%-
XYZ65.8477.2187.78-
YUV222.08133.6104.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.72%
GREEN value IS 237 (92.97% from 255) = 36.02%
BLUE value IS 232 (91.02% from 255) = 35.26%
R=28.72%
G=36.02%
B=35.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892372320.2000.020.07173.7557.1483.53
HexBDEDE814027ae3954
Octal2753553502402725671124
Binary10111101111011011110100010100010111101011101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEDE8; }

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

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

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

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

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

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

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

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