#BDDEDC

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

Shades of Jagged Ice #BDDEDC

Tints of Jagged Ice #BDDEDC

Color information

#BDDEDC (or 0xBDDEDC) is unknown color: approx Jagged Ice. HEX triplet: BD, DE and DC. RGB value is (189,222,220). Sum of RGB (Red+Green+Blue) = 189+222+220=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEDC is #422123. Grayscale: #D3D3D3. Windows color (decimal): -4333860 or 14474941. OLE color: 14474941.

HSL color Cylindrical-coordinate representation of color #BDDEDC: hue angle of 176.36º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDEDC is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB189222220-
CMYK0.1500.010.13
HSL176.36º33.33%80.59%-
HSV(B)176.36º14.86%87.06%-
XYZ60.0368.2377.72-
YUV211.9132.57111.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.95%
GREEN value IS 222 (87.11% from 255) = 35.18%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=29.95%
G=35.18%
B=34.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892222200.1500.010.13176.3633.3380.59
HexBDDEDCF01Db02151
Octal27533633417011526041121
Binary1011110111011110110111001111011101101100001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDEDC; }

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

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

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

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

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

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

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

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