#BCDCDE

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

Shades of Powder Blue #BCDCDE

Tints of Powder Blue #BCDCDE

Color information

#BCDCDE (or 0xBCDCDE) is unknown color: approx Powder Blue. HEX triplet: BC, DC and DE. RGB value is (188,220,222). Sum of RGB (Red+Green+Blue) = 188+220+222=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCDCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCDE is #432321. Grayscale: #D2D2D2. Windows color (decimal): -4399906 or 14605500. OLE color: 14605500.

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

Color convert

RGB188220222-
CMYK0.150.0100.13
HSL183.53º34%80.39%-
HSV(B)183.53º15.32%87.06%-
XYZ59.5267.1578.93-
YUV210.66134.4111.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.84%
GREEN value IS 220 (86.33% from 255) = 34.92%
BLUE value IS 222 (87.11% from 255) = 35.24%
R=29.84%
G=34.92%
B=35.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882202220.150.0100.13183.533480.39
HexBCDCDEF10Db82250
Octal27433433617101527042120
Binary1011110011011100110111101111101101101110001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCDE; }

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

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

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

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

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

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

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

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