#B7DDDE

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

Shades of Powder Blue #B7DDDE

Tints of Powder Blue #B7DDDE

Color information

#B7DDDE (or 0xB7DDDE) is unknown color: approx Powder Blue. HEX triplet: B7, DD and DE. RGB value is (183,221,222). Sum of RGB (Red+Green+Blue) = 183+221+222=626 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.23% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DDDE is #482221. Grayscale: #D1D1D1. Windows color (decimal): -4727330 or 14605751. OLE color: 14605751.

HSL color Cylindrical-coordinate representation of color #B7DDDE: hue angle of 181.54º degrees, saturation: 0.37, 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 #B7DDDE is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183221222-
CMYK0.180.0000.13
HSL181.54º37.14%79.41%-
HSV(B)181.54º17.57%87.06%-
XYZ58.5767.0578.96-
YUV209.75134.91108.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.23%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 222 (87.11% from 255) = 35.46%
R=29.23%
G=35.30%
B=35.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832212220.180.0000.13181.5437.1479.41
HexB7DDDE1200Db6254f
Octal26733533622001526645117
Binary10110111110111011101111010010001101101101101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DDDE; }

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

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

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

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

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

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

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

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