#BCDEE3

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

Shades of Powder Blue #BCDEE3

Tints of Powder Blue #BCDEE3

Color information

#BCDEE3 (or 0xBCDEE3) is unknown color: approx Powder Blue. HEX triplet: BC, DE and E3. RGB value is (188,222,227). Sum of RGB (Red+Green+Blue) = 188+222+227=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 227 (89.06% from 255 or 35.64% from 637); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCDEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEE3 is #43211C. Grayscale: #D4D4D4. Windows color (decimal): -4399389 or 14933692. OLE color: 14933692.

HSL color Cylindrical-coordinate representation of color #BCDEE3: hue angle of 187.69º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCDEE3 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188222227-
CMYK0.170.0200.11
HSL187.69º41.05%81.37%-
HSV(B)187.69º17.18%89.02%-
XYZ60.7368.4882.69-
YUV212.4136.24110.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.51%
GREEN value IS 222 (87.11% from 255) = 34.85%
BLUE value IS 227 (89.06% from 255) = 35.64%
R=29.51%
G=34.85%
B=35.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882222270.170.0200.11187.6941.0581.37
HexBCDEE31120Bbc2951
Octal27433634321201327451121
Binary101111001101111011100011100011001011101111001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDEE3; }

 p { color: rgb(188,222,227); }

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

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

 a { background-color: rgb(188,222,227); }

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

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

 span { border-color: rgb(188,222,227); }

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