#B1DADC

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

Shades of Powder Blue #B1DADC

Tints of Powder Blue #B1DADC

Color information

#B1DADC (or 0xB1DADC) is unknown color: approx Powder Blue. HEX triplet: B1, DA and DC. RGB value is (177,218,220). Sum of RGB (Red+Green+Blue) = 177+218+220=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DADC is #4E2523. Grayscale: #CDCDCD. Windows color (decimal): -5121316 or 14473905. OLE color: 14473905.

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

Color convert

RGB177218220-
CMYK0.200.0100.14
HSL182.79º38.05%77.84%-
HSV(B)182.79º19.55%86.27%-
XYZ56.1264.6677.23-
YUV205.97135.92107.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.78%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=28.78%
G=35.45%
B=35.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772182200.200.0100.14182.7938.0577.84
HexB1DADC1410Eb7264e
Octal26133233424101626746116
Binary10110001110110101101110010100101110101101111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DADC; }

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

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

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

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

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

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

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

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