#BDE6E1

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

Shades of Jagged Ice #BDE6E1

Tints of Jagged Ice #BDE6E1

Color information

#BDE6E1 (or 0xBDE6E1) is unknown color: approx Jagged Ice. HEX triplet: BD, E6 and E1. RGB value is (189,230,225). Sum of RGB (Red+Green+Blue) = 189+230+225=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6E1 is #42191E. Grayscale: #D9D9D9. Windows color (decimal): -4331807 or 14804669. OLE color: 14804669.

HSL color Cylindrical-coordinate representation of color #BDE6E1: hue angle of 172.68º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE6E1 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB189230225-
CMYK0.1800.020.10
HSL172.68º45.05%82.16%-
HSV(B)172.68º17.83%90.2%-
XYZ62.8772.8581.98-
YUV217.17132.42107.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.35%
GREEN value IS 230 (90.23% from 255) = 35.71%
BLUE value IS 225 (88.28% from 255) = 34.94%
R=29.35%
G=35.71%
B=34.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892302250.1800.020.10172.6845.0582.16
HexBDE6E11202Aad2d52
Octal27534634122021225555122
Binary101111011110011011100001100100101010101011011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE6E1; }

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

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

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

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

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

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

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

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