#B4DADE

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

Shades of Powder Blue #B4DADE

Tints of Powder Blue #B4DADE

Color information

#B4DADE (or 0xB4DADE) is unknown color: approx Powder Blue. HEX triplet: B4, DA and DE. RGB value is (180,218,222). Sum of RGB (Red+Green+Blue) = 180+218+222=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DADE is #4B2521. Grayscale: #CFCFCF. Windows color (decimal): -4924706 or 14604980. OLE color: 14604980.

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

Color convert

RGB180218222-
CMYK0.190.0200.13
HSL185.71º38.89%78.82%-
HSV(B)185.71º18.92%87.06%-
XYZ57.0865.1278.67-
YUV207.09136.41108.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.03%
GREEN value IS 218 (85.55% from 255) = 35.16%
BLUE value IS 222 (87.11% from 255) = 35.81%
R=29.03%
G=35.16%
B=35.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802182220.190.0200.13185.7138.8978.82
HexB4DADE1320Dba274f
Octal26433233623201527247117
Binary101101001101101011011110100111001101101110101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DADE; }

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

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

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

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

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

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

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

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