#B1DCDF

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

Shades of Powder Blue #B1DCDF

Tints of Powder Blue #B1DCDF

Color information

#B1DCDF (or 0xB1DCDF) is unknown color: approx Powder Blue. HEX triplet: B1, DC and DF. RGB value is (177,220,223). Sum of RGB (Red+Green+Blue) = 177+220+223=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCDF is #4E2320. Grayscale: #CFCFCF. Windows color (decimal): -5120801 or 14671025. OLE color: 14671025.

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

Color convert

RGB177220223-
CMYK0.210.0100.13
HSL183.91º41.82%78.43%-
HSV(B)183.91º20.63%87.45%-
XYZ57.0465.8679.52-
YUV207.48136.75106.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.55%
GREEN value IS 220 (86.33% from 255) = 35.48%
BLUE value IS 223 (87.5% from 255) = 35.97%
R=28.55%
G=35.48%
B=35.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772202230.210.0100.13183.9141.8278.43
HexB1DCDF1510Db82a4e
Octal26133433725101527052116
Binary10110001110111001101111110101101101101110001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DCDF; }

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

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

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

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

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

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

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

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