#BFDADD

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

Shades of Powder Blue #BFDADD

Tints of Powder Blue #BFDADD

Color information

#BFDADD (or 0xBFDADD) is unknown color: approx Powder Blue. HEX triplet: BF, DA and DD. RGB value is (191,218,221). Sum of RGB (Red+Green+Blue) = 191+218+221=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFDADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDADD is #402522. Grayscale: #D2D2D2. Windows color (decimal): -4203811 or 14539455. OLE color: 14539455.

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

Color convert

RGB191218221-
CMYK0.140.0100.13
HSL186º30.61%80.78%-
HSV(B)186º13.57%86.67%-
XYZ59.6166.4478.09-
YUV210.27134.05114.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.32%
GREEN value IS 218 (85.55% from 255) = 34.60%
BLUE value IS 221 (86.72% from 255) = 35.08%
R=30.32%
G=34.60%
B=35.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912182210.140.0100.1318630.6180.78
HexBFDADDE10Dba1f51
Octal27733233516101527237121
Binary101111111101101011011101111010110110111010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDADD; }

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

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

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

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

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

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

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

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