#B1DCDD

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

Shades of Powder Blue #B1DCDD

Tints of Powder Blue #B1DCDD

Color information

#B1DCDD (or 0xB1DCDD) is unknown color: approx Powder Blue. HEX triplet: B1, DC and DD. RGB value is (177,220,221). Sum of RGB (Red+Green+Blue) = 177+220+221=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCDD is #4E2322. Grayscale: #CFCFCF. Windows color (decimal): -5120803 or 14539953. OLE color: 14539953.

HSL color Cylindrical-coordinate representation of color #B1DCDD: hue angle of 181.36º 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 #B1DCDD is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177220221-
CMYK0.200.0000.13
HSL181.36º39.29%78.04%-
HSV(B)181.36º19.91%86.67%-
XYZ56.7865.7578.11-
YUV207.26135.75106.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.64%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=28.64%
G=35.60%
B=35.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772202210.200.0000.13181.3639.2978.04
HexB1DCDD1400Db5274e
Octal26133433524001526547116
Binary10110001110111001101110110100001101101101011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DCDD; }

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

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

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

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

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

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

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

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