#B1DDDC

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

Shades of Powder Blue #B1DDDC

Tints of Powder Blue #B1DDDC

Color information

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

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

Color convert

RGB177221220-
CMYK0.2000.000.13
HSL178.64º39.29%78.04%-
HSV(B)178.64º19.91%86.67%-
XYZ56.9166.2377.49-
YUV207.73134.92106.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772212200.2000.000.13178.6439.2978.04
HexB1DDDC1400Db3274e
Octal26133533424001526347116
Binary10110001110111011101110010100001101101100111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DDDC; }

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

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

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

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

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

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

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

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