#B6DFE8

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

Shades of Powder Blue #B6DFE8

Tints of Powder Blue #B6DFE8

Color information

#B6DFE8 (or 0xB6DFE8) is unknown color: approx Powder Blue. HEX triplet: B6, DF and E8. RGB value is (182,223,232). Sum of RGB (Red+Green+Blue) = 182+223+232=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 232 - color contains mainly: blue. Hex color #B6DFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DFE8 is #492017. Grayscale: #D3D3D3. Windows color (decimal): -4792344 or 15261622. OLE color: 15261622.

HSL color Cylindrical-coordinate representation of color #B6DFE8: hue angle of 190.8º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6DFE8 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB182223232-
CMYK0.220.0400.09
HSL190.8º52.08%81.18%-
HSV(B)190.8º21.55%90.98%-
XYZ60.2468.5586.4-
YUV211.77139.42106.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.57%
GREEN value IS 223 (87.5% from 255) = 35.01%
BLUE value IS 232 (91.02% from 255) = 36.42%
R=28.57%
G=35.01%
B=36.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1822232320.220.0400.09190.852.0881.18
HexB6DFE816409bf3451
Octal26633735026401127764121
Binary1011011011011111111010001011010001001101111111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DFE8; }

 p { color: rgb(182,223,232); }

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

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

 a { background-color: rgb(182,223,232); }

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

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

 span { border-color: rgb(182,223,232); }

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