#BCDFE0

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

Shades of Powder Blue #BCDFE0

Tints of Powder Blue #BCDFE0

Color information

#BCDFE0 (or 0xBCDFE0) is unknown color: approx Powder Blue. HEX triplet: BC, DF and E0. RGB value is (188,223,224). Sum of RGB (Red+Green+Blue) = 188+223+224=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCDFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFE0 is #43201F. Grayscale: #D4D4D4. Windows color (decimal): -4399136 or 14737340. OLE color: 14737340.

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

Color convert

RGB188223224-
CMYK0.160.0000.12
HSL181.67º36.73%80.78%-
HSV(B)181.67º16.07%87.84%-
XYZ60.5868.8580.62-
YUV212.65134.4110.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.61%
GREEN value IS 223 (87.5% from 255) = 35.12%
BLUE value IS 224 (87.89% from 255) = 35.28%
R=29.61%
G=35.12%
B=35.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882232240.160.0000.12181.6736.7380.78
HexBCDFE01000Cb62551
Octal27433734020001426645121
Binary10111100110111111110000010000001100101101101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFE0; }

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

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

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

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

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

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

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

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