#B7DBDD

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

Shades of Powder Blue #B7DBDD

Tints of Powder Blue #B7DBDD

Color information

#B7DBDD (or 0xB7DBDD) is unknown color: approx Powder Blue. HEX triplet: B7, DB and DD. RGB value is (183,219,221). Sum of RGB (Red+Green+Blue) = 183+219+221=623 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.37% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DBDD is #482422. Grayscale: #D0D0D0. Windows color (decimal): -4727843 or 14539703. OLE color: 14539703.

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

Color convert

RGB183219221-
CMYK0.170.0100.13
HSL183.16º35.85%79.22%-
HSV(B)183.16º17.19%86.67%-
XYZ57.9165.9578.08-
YUV208.46135.07109.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.37%
GREEN value IS 219 (85.94% from 255) = 35.15%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=29.37%
G=35.15%
B=35.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832192210.170.0100.13183.1635.8579.22
HexB7DBDD1110Db7244f
Octal26733333521101526744117
Binary10110111110110111101110110001101101101101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DBDD; }

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

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

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

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

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

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

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

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