#BCDFDE

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

Shades of Powder Blue #BCDFDE

Tints of Powder Blue #BCDFDE

Color information

#BCDFDE (or 0xBCDFDE) is unknown color: approx Powder Blue. HEX triplet: BC, DF and DE. RGB value is (188,223,222). Sum of RGB (Red+Green+Blue) = 188+223+222=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFDE is #432021. Grayscale: #D4D4D4. Windows color (decimal): -4399138 or 14606268. OLE color: 14606268.

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

Color convert

RGB188223222-
CMYK0.1600.000.13
HSL178.29º35.35%80.59%-
HSV(B)178.29º15.7%87.45%-
XYZ60.3168.7479.2-
YUV212.42133.4110.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.70%
GREEN value IS 223 (87.5% from 255) = 35.23%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=29.70%
G=35.23%
B=35.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882232220.1600.000.13178.2935.3580.59
HexBCDFDE1000Db22351
Octal27433733620001526243121
Binary10111100110111111101111010000001101101100101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFDE; }

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

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

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

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

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

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

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

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