#BCDAE1

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

Shades of Powder Blue #BCDAE1

Tints of Powder Blue #BCDAE1

Color information

#BCDAE1 (or 0xBCDAE1) is unknown color: approx Powder Blue. HEX triplet: BC, DA and E1. RGB value is (188,218,225). Sum of RGB (Red+Green+Blue) = 188+218+225=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCDAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAE1 is #43251E. Grayscale: #D1D1D1. Windows color (decimal): -4400415 or 14801596. OLE color: 14801596.

HSL color Cylindrical-coordinate representation of color #BCDAE1: hue angle of 191.35º degrees, saturation: 0.38, 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 #BCDAE1 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188218225-
CMYK0.160.0300.12
HSL191.35º38.14%80.98%-
HSV(B)191.35º16.44%88.24%-
XYZ59.466.2780.89-
YUV209.83136.56112.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.79%
GREEN value IS 218 (85.55% from 255) = 34.55%
BLUE value IS 225 (88.28% from 255) = 35.66%
R=29.79%
G=34.55%
B=35.66%

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
Decimal1882182250.160.0300.12191.3538.1480.98
HexBCDAE11030Cbf2651
Octal27433234120301427746121
Binary101111001101101011100001100001101100101111111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAE1; }

 p { color: rgb(188,218,225); }

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

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

 a { background-color: rgb(188,218,225); }

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

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

 span { border-color: rgb(188,218,225); }

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