#B6DADF

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

Shades of Powder Blue #B6DADF

Tints of Powder Blue #B6DADF

Color information

#B6DADF (or 0xB6DADF) is unknown color: approx Powder Blue. HEX triplet: B6, DA and DF. RGB value is (182,218,223). Sum of RGB (Red+Green+Blue) = 182+218+223=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #B6DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DADF is #492520. Grayscale: #CFCFCF. Windows color (decimal): -4793633 or 14670518. OLE color: 14670518.

HSL color Cylindrical-coordinate representation of color #B6DADF: hue angle of 187.32º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6DADF is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182218223-
CMYK0.180.0200.13
HSL187.32º39.05%79.41%-
HSV(B)187.32º18.39%87.45%-
XYZ57.6865.4279.4-
YUV207.81136.57109.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.21%
GREEN value IS 218 (85.55% from 255) = 34.99%
BLUE value IS 223 (87.5% from 255) = 35.79%
R=29.21%
G=34.99%
B=35.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822182230.180.0200.13187.3239.0579.41
HexB6DADF1220Dbb274f
Octal26633233722201527347117
Binary101101101101101011011111100101001101101110111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DADF; }

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

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

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

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

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

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

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

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