#B4DADB

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

Shades of Powder Blue #B4DADB

Tints of Powder Blue #B4DADB

Color information

#B4DADB (or 0xB4DADB) is unknown color: approx Powder Blue. HEX triplet: B4, DA and DB. RGB value is (180,218,219). Sum of RGB (Red+Green+Blue) = 180+218+219=617 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.17% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DADB is #4B2524. Grayscale: #CECECE. Windows color (decimal): -4924709 or 14408372. OLE color: 14408372.

HSL color Cylindrical-coordinate representation of color #B4DADB: hue angle of 181.54º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DADB is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180218219-
CMYK0.180.0000.14
HSL181.54º35.14%78.24%-
HSV(B)181.54º17.81%85.88%-
XYZ56.6864.9676.57-
YUV206.75134.91108.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.17%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 219 (85.94% from 255) = 35.49%
R=29.17%
G=35.33%
B=35.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802182190.180.0000.14181.5435.1478.24
HexB4DADB1200Eb6234e
Octal26433233322001626643116
Binary10110100110110101101101110010001110101101101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DADB; }

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

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

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

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

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

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

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

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