#BCD9E0

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

Shades of Powder Blue #BCD9E0

Tints of Powder Blue #BCD9E0

Color information

#BCD9E0 (or 0xBCD9E0) is unknown color: approx Powder Blue. HEX triplet: BC, D9 and E0. RGB value is (188,217,224). Sum of RGB (Red+Green+Blue) = 188+217+224=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCD9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9E0 is #43261F. Grayscale: #D1D1D1. Windows color (decimal): -4400672 or 14735804. OLE color: 14735804.

HSL color Cylindrical-coordinate representation of color #BCD9E0: hue angle of 191.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCD9E0 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188217224-
CMYK0.160.0300.12
HSL191.67º36.73%80.78%-
HSV(B)191.67º16.07%87.84%-
XYZ59.0165.780.09-
YUV209.13136.39112.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.89%
GREEN value IS 217 (85.16% from 255) = 34.50%
BLUE value IS 224 (87.89% from 255) = 35.61%
R=29.89%
G=34.50%
B=35.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882172240.160.0300.12191.6736.7380.78
HexBCD9E01030Cc02551
Octal27433134020301430045121
Binary101111001101100111100000100001101100110000001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD9E0; }

 p { color: rgb(188,217,224); }

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

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

 a { background-color: rgb(188,217,224); }

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

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

 span { border-color: rgb(188,217,224); }

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