#B4DBDD

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

Shades of Powder Blue #B4DBDD

Tints of Powder Blue #B4DBDD

Color information

#B4DBDD (or 0xB4DBDD) is unknown color: approx Powder Blue. HEX triplet: B4, DB and DD. RGB value is (180,219,221). Sum of RGB (Red+Green+Blue) = 180+219+221=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DBDD is #4B2422. Grayscale: #CFCFCF. Windows color (decimal): -4924451 or 14539700. OLE color: 14539700.

HSL color Cylindrical-coordinate representation of color #B4DBDD: hue angle of 182.93º degrees, saturation: 0.38, 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 #B4DBDD is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180219221-
CMYK0.190.0100.13
HSL182.93º37.61%78.63%-
HSV(B)182.93º18.55%86.67%-
XYZ57.2165.5978.05-
YUV207.57135.58108.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.03%
GREEN value IS 219 (85.94% from 255) = 35.32%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=29.03%
G=35.32%
B=35.65%

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
Decimal1802192210.190.0100.13182.9337.6178.63
HexB4DBDD1310Db7264f
Octal26433333523101526746117
Binary10110100110110111101110110011101101101101111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DBDD; }

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

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

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

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

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

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

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

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