#B4DDDF

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

Shades of Powder Blue #B4DDDF

Tints of Powder Blue #B4DDDF

Color information

#B4DDDF (or 0xB4DDDF) is unknown color: approx Powder Blue. HEX triplet: B4, DD and DF. RGB value is (180,221,223). Sum of RGB (Red+Green+Blue) = 180+221+223=624 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.85% from 624); Green value is 221 (86.72% from 255 or 35.42% 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 #B4DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DDDF is #4B2220. Grayscale: #D0D0D0. Windows color (decimal): -4923937 or 14671284. OLE color: 14671284.

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

Color convert

RGB180221223-
CMYK0.190.0100.13
HSL182.79º40.19%79.02%-
HSV(B)182.79º19.28%87.45%-
XYZ5866.7479.64-
YUV208.97135.92107.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.85%
GREEN value IS 221 (86.72% from 255) = 35.42%
BLUE value IS 223 (87.5% from 255) = 35.74%
R=28.85%
G=35.42%
B=35.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802212230.190.0100.13182.7940.1979.02
HexB4DDDF1310Db7284f
Octal26433533723101526750117
Binary10110100110111011101111110011101101101101111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DDDF; }

 p { color: rgb(180,221,223); }

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

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

 a { background-color: rgb(180,221,223); }

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

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

 span { border-color: rgb(180,221,223); }

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