#BFD9DD

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

Shades of Powder Blue #BFD9DD

Tints of Powder Blue #BFD9DD

Color information

#BFD9DD (or 0xBFD9DD) is unknown color: approx Powder Blue. HEX triplet: BF, D9 and DD. RGB value is (191,217,221). Sum of RGB (Red+Green+Blue) = 191+217+221=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFD9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD9DD is #402622. Grayscale: #D1D1D1. Windows color (decimal): -4204067 or 14539199. OLE color: 14539199.

HSL color Cylindrical-coordinate representation of color #BFD9DD: hue angle of 188º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFD9DD is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191217221-
CMYK0.140.0200.13
HSL188º30.61%80.78%-
HSV(B)188º13.57%86.67%-
XYZ59.3565.9278-
YUV209.68134.39114.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.37%
GREEN value IS 217 (85.16% from 255) = 34.50%
BLUE value IS 221 (86.72% from 255) = 35.14%
R=30.37%
G=34.50%
B=35.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912172210.140.0200.1318830.6180.78
HexBFD9DDE20Dbc1f51
Octal27733133516201527437121
Binary1011111111011001110111011110100110110111100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD9DD; }

 p { color: rgb(191,217,221); }

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

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

 a { background-color: rgb(191,217,221); }

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

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

 span { border-color: rgb(191,217,221); }

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