#B6E0DE

Color #B6E0DE Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #B6E0DE

Tints of Powder Blue #B6E0DE

Color information

#B6E0DE (or 0xB6E0DE) is unknown color: approx Powder Blue. HEX triplet: B6, E0 and DE. RGB value is (182,224,222). Sum of RGB (Red+Green+Blue) = 182+224+222=628 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.98% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E0DE is #491F21. Grayscale: #D3D3D3. Windows color (decimal): -4792098 or 14606518. OLE color: 14606518.

HSL color Cylindrical-coordinate representation of color #B6E0DE: hue angle of 177.14º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6E0DE is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB182224222-
CMYK0.1900.010.12
HSL177.14º40.38%79.61%-
HSV(B)177.14º18.75%87.84%-
XYZ59.1368.5379.22-
YUV211.21134.09107.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.98%
GREEN value IS 224 (87.89% from 255) = 35.67%
BLUE value IS 222 (87.11% from 255) = 35.35%
R=28.98%
G=35.67%
B=35.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1822242220.1900.010.12177.1440.3879.61
HexB6E0DE1301Cb12850
Octal26634033623011426150120
Binary10110110111000001101111010011011100101100011010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E0DE; }

 p { color: rgb(182,224,222); }

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

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

 a { background-color: rgb(182,224,222); }

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

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

 span { border-color: rgb(182,224,222); }

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