#BFD8DE

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

Shades of Powder Blue #BFD8DE

Tints of Powder Blue #BFD8DE

Color information

#BFD8DE (or 0xBFD8DE) is unknown color: approx Powder Blue. HEX triplet: BF, D8 and DE. RGB value is (191,216,222). Sum of RGB (Red+Green+Blue) = 191+216+222=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFD8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD8DE is #402721. Grayscale: #D1D1D1. Windows color (decimal): -4204322 or 14604479. OLE color: 14604479.

HSL color Cylindrical-coordinate representation of color #BFD8DE: hue angle of 191.61º degrees, saturation: 0.32, 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 #BFD8DE is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191216222-
CMYK0.140.0300.13
HSL191.61º31.96%80.98%-
HSV(B)191.61º13.96%87.06%-
XYZ59.2365.4678.62-
YUV209.21135.22115.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.37%
GREEN value IS 216 (84.77% from 255) = 34.34%
BLUE value IS 222 (87.11% from 255) = 35.29%
R=30.37%
G=34.34%
B=35.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912162220.140.0300.13191.6131.9680.98
HexBFD8DEE30Dc02051
Octal27733033616301530040121
Binary10111111110110001101111011101101101110000001000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD8DE; }

 p { color: rgb(191,216,222); }

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

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

 a { background-color: rgb(191,216,222); }

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

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

 span { border-color: rgb(191,216,222); }

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