#BCDCDF

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

Shades of Powder Blue #BCDCDF

Tints of Powder Blue #BCDCDF

Color information

#BCDCDF (or 0xBCDCDF) is unknown color: approx Powder Blue. HEX triplet: BC, DC and DF. RGB value is (188,220,223). Sum of RGB (Red+Green+Blue) = 188+220+223=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCDCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCDF is #432320. Grayscale: #D2D2D2. Windows color (decimal): -4399905 or 14671036. OLE color: 14671036.

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

Color convert

RGB188220223-
CMYK0.160.0100.13
HSL185.14º35.35%80.59%-
HSV(B)185.14º15.7%87.45%-
XYZ59.6567.2179.64-
YUV210.77134.9111.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.79%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 223 (87.5% from 255) = 35.34%
R=29.79%
G=34.87%
B=35.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882202230.160.0100.13185.1435.3580.59
HexBCDCDF1010Db92351
Octal27433433720101527143121
Binary10111100110111001101111110000101101101110011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCDF; }

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

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

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

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

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

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

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

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