#BDD6DA

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

Shades of Powder Blue #BDD6DA

Tints of Powder Blue #BDD6DA

Color information

#BDD6DA (or 0xBDD6DA) is unknown color: approx Powder Blue. HEX triplet: BD, D6 and DA. RGB value is (189,214,218). Sum of RGB (Red+Green+Blue) = 189+214+218=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDD6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6DA is #422925. Grayscale: #CECECE. Windows color (decimal): -4335910 or 14341821. OLE color: 14341821.

HSL color Cylindrical-coordinate representation of color #BDD6DA: hue angle of 188.28º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD6DA is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189214218-
CMYK0.130.0200.15
HSL188.28º28.16%79.8%-
HSV(B)188.28º13.3%85.49%-
XYZ57.6963.9775.64-
YUV206.98134.22115.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 214 (83.98% from 255) = 34.46%
BLUE value IS 218 (85.55% from 255) = 35.10%
R=30.43%
G=34.46%
B=35.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892142180.130.0200.15188.2828.1679.8
HexBDD6DAD20Fbc1c50
Octal27532633215201727434120
Binary1011110111010110110110101101100111110111100111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD6DA; }

 p { color: rgb(189,214,218); }

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

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

 a { background-color: rgb(189,214,218); }

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

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

 span { border-color: rgb(189,214,218); }

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