#B6DBE1

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

Shades of Powder Blue #B6DBE1

Tints of Powder Blue #B6DBE1

Color information

#B6DBE1 (or 0xB6DBE1) is unknown color: approx Powder Blue. HEX triplet: B6, DB and E1. RGB value is (182,219,225). Sum of RGB (Red+Green+Blue) = 182+219+225=626 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.07% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 225 - color contains mainly: blue. Hex color #B6DBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DBE1 is #49241E. Grayscale: #D0D0D0. Windows color (decimal): -4793375 or 14801846. OLE color: 14801846.

HSL color Cylindrical-coordinate representation of color #B6DBE1: hue angle of 188.37º degrees, saturation: 0.42, 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 #B6DBE1 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB182219225-
CMYK0.190.0300.12
HSL188.37º41.75%79.8%-
HSV(B)188.37º19.11%88.24%-
XYZ58.2166.0480.91-
YUV208.62137.24109.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.07%
GREEN value IS 219 (85.94% from 255) = 34.98%
BLUE value IS 225 (88.28% from 255) = 35.94%
R=29.07%
G=34.98%
B=35.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1822192250.190.0300.12188.3741.7579.8
HexB6DBE11330Cbc2a50
Octal26633334123301427452120
Binary101101101101101111100001100111101100101111001010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DBE1; }

 p { color: rgb(182,219,225); }

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

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

 a { background-color: rgb(182,219,225); }

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

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

 span { border-color: rgb(182,219,225); }

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