#B4DFDE

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

Shades of Powder Blue #B4DFDE

Tints of Powder Blue #B4DFDE

Color information

#B4DFDE (or 0xB4DFDE) is unknown color: approx Powder Blue. HEX triplet: B4, DF and DE. RGB value is (180,223,222). Sum of RGB (Red+Green+Blue) = 180+223+222=625 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.8% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DFDE is #4B2021. Grayscale: #D1D1D1. Windows color (decimal): -4923426 or 14606260. OLE color: 14606260.

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

Color convert

RGB180223222-
CMYK0.1900.000.13
HSL178.6º40.19%79.02%-
HSV(B)178.6º19.28%87.45%-
XYZ58.3967.7579.11-
YUV210.03134.75106.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.8%
GREEN value IS 223 (87.5% from 255) = 35.68%
BLUE value IS 222 (87.11% from 255) = 35.52%
R=28.8%
G=35.68%
B=35.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802232220.1900.000.13178.640.1979.02
HexB4DFDE1300Db3284f
Octal26433733623001526350117
Binary10110100110111111101111010011001101101100111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DFDE; }

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

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

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

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

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

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

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

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