#B1DADD

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

Shades of Powder Blue #B1DADD

Tints of Powder Blue #B1DADD

Color information

#B1DADD (or 0xB1DADD) is unknown color: approx Powder Blue. HEX triplet: B1, DA and DD. RGB value is (177,218,221). Sum of RGB (Red+Green+Blue) = 177+218+221=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1DADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DADD is #4E2522. Grayscale: #CECECE. Windows color (decimal): -5121315 or 14539441. OLE color: 14539441.

HSL color Cylindrical-coordinate representation of color #B1DADD: hue angle of 184.09º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DADD is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177218221-
CMYK0.200.0100.13
HSL184.09º39.29%78.04%-
HSV(B)184.09º19.91%86.67%-
XYZ56.2564.7177.93-
YUV206.08136.42107.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.73%
GREEN value IS 218 (85.55% from 255) = 35.39%
BLUE value IS 221 (86.72% from 255) = 35.88%
R=28.73%
G=35.39%
B=35.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772182210.200.0100.13184.0939.2978.04
HexB1DADD1410Db8274e
Octal26133233524101527047116
Binary10110001110110101101110110100101101101110001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DADD; }

 p { color: rgb(177,218,221); }

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

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

 a { background-color: rgb(177,218,221); }

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

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

 span { border-color: rgb(177,218,221); }

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