#B7DADF

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

Shades of Powder Blue #B7DADF

Tints of Powder Blue #B7DADF

Color information

#B7DADF (or 0xB7DADF) is unknown color: approx Powder Blue. HEX triplet: B7, DA and DF. RGB value is (183,218,223). Sum of RGB (Red+Green+Blue) = 183+218+223=624 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.33% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DADF is #482520. Grayscale: #D0D0D0. Windows color (decimal): -4728097 or 14670519. OLE color: 14670519.

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

Color convert

RGB183218223-
CMYK0.180.0200.13
HSL187.5º38.46%79.61%-
HSV(B)187.5º17.94%87.45%-
XYZ57.9265.5479.41-
YUV208.1136.4110.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.33%
GREEN value IS 218 (85.55% from 255) = 34.94%
BLUE value IS 223 (87.5% from 255) = 35.74%
R=29.33%
G=34.94%
B=35.74%

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
Decimal1832182230.180.0200.13187.538.4679.61
HexB7DADF1220Dbc2650
Octal26733233722201527446120
Binary101101111101101011011111100101001101101111001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DADF; }

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

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

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

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

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

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

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

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