#BDE0DC

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

Shades of Jagged Ice #BDE0DC

Tints of Jagged Ice #BDE0DC

Color information

#BDE0DC (or 0xBDE0DC) is unknown color: approx Jagged Ice. HEX triplet: BD, E0 and DC. RGB value is (189,224,220). Sum of RGB (Red+Green+Blue) = 189+224+220=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0DC is #421F23. Grayscale: #D5D5D5. Windows color (decimal): -4333348 or 14475453. OLE color: 14475453.

HSL color Cylindrical-coordinate representation of color #BDE0DC: hue angle of 173.14º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE0DC is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB189224220-
CMYK0.1600.020.12
HSL173.14º36.08%80.98%-
HSV(B)173.14º15.62%87.84%-
XYZ60.5669.377.89-
YUV213.08131.9110.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.86%
GREEN value IS 224 (87.89% from 255) = 35.39%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=29.86%
G=35.39%
B=34.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892242200.1600.020.12173.1436.0880.98
HexBDE0DC1002Cad2451
Octal27534033420021425544121
Binary101111011110000011011100100000101100101011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0DC; }

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

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

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

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

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

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

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

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