#BCDEDE

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

Shades of Powder Blue #BCDEDE

Tints of Powder Blue #BCDEDE

Color information

#BCDEDE (or 0xBCDEDE) is unknown color: approx Powder Blue. HEX triplet: BC, DE and DE. RGB value is (188,222,222). Sum of RGB (Red+Green+Blue) = 188+222+222=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #BCDEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEDE is #432121. Grayscale: #D3D3D3. Windows color (decimal): -4399394 or 14606012. OLE color: 14606012.

HSL color Cylindrical-coordinate representation of color #BCDEDE: hue angle of 180º 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 #BCDEDE is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188222222-
CMYK0.15000.13
HSL180º34%80.39%-
HSV(B)180º15.32%87.06%-
XYZ60.0568.2179.11-
YUV211.83133.74111-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.75%
GREEN value IS 222 (87.11% from 255) = 35.13%
BLUE value IS 222 (87.11% from 255) = 35.13%
R=29.75%
G=35.13%
B=35.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882222220.15000.131803480.39
HexBCDEDEF00Db42250
Octal27433633617001526442120
Binary1011110011011110110111101111001101101101001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDEDE; }

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

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

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

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

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

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

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

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