#B7DADB

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

Shades of Powder Blue #B7DADB

Tints of Powder Blue #B7DADB

Color information

#B7DADB (or 0xB7DADB) is unknown color: approx Powder Blue. HEX triplet: B7, DA and DB. RGB value is (183,218,219). Sum of RGB (Red+Green+Blue) = 183+218+219=620 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.52% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DADB is #482524. Grayscale: #CFCFCF. Windows color (decimal): -4728101 or 14408375. OLE color: 14408375.

HSL color Cylindrical-coordinate representation of color #B7DADB: hue angle of 181.67º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7DADB is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183218219-
CMYK0.160.0000.14
HSL181.67º33.33%78.82%-
HSV(B)181.67º16.44%85.88%-
XYZ57.3965.3276.6-
YUV207.65134.4110.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.52%
GREEN value IS 218 (85.55% from 255) = 35.16%
BLUE value IS 219 (85.94% from 255) = 35.32%
R=29.52%
G=35.16%
B=35.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1832182190.160.0000.14181.6733.3378.82
HexB7DADB1000Eb6214f
Octal26733233320001626641117
Binary10110111110110101101101110000001110101101101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DADB; }

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

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

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

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

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

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

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

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