#BFD7DC

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

Shades of Powder Blue #BFD7DC

Tints of Powder Blue #BFD7DC

Color information

#BFD7DC (or 0xBFD7DC) is unknown color: approx Powder Blue. HEX triplet: BF, D7 and DC. RGB value is (191,215,220). Sum of RGB (Red+Green+Blue) = 191+215+220=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 215 (84.38% from 255 or 34.35% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFD7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7DC is #402823. Grayscale: #D0D0D0. Windows color (decimal): -4204580 or 14473151. OLE color: 14473151.

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

Color convert

RGB191215220-
CMYK0.130.0200.14
HSL190.34º29.29%80.59%-
HSV(B)190.34º13.18%86.27%-
XYZ58.764.8477.13-
YUV208.39134.55115.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.51%
GREEN value IS 215 (84.38% from 255) = 34.35%
BLUE value IS 220 (86.33% from 255) = 35.14%
R=30.51%
G=34.35%
B=35.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912152200.130.0200.14190.3429.2980.59
HexBFD7DCD20Ebe1d51
Octal27732733415201627635121
Binary1011111111010111110111001101100111010111110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD7DC; }

 p { color: rgb(191,215,220); }

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

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

 a { background-color: rgb(191,215,220); }

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

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

 span { border-color: rgb(191,215,220); }

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