#BCE0DF

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

Shades of Powder Blue #BCE0DF

Tints of Powder Blue #BCE0DF

Color information

#BCE0DF (or 0xBCE0DF) is unknown color: approx Powder Blue. HEX triplet: BC, E0 and DF. RGB value is (188,224,223). Sum of RGB (Red+Green+Blue) = 188+224+223=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0DF is #431F20. Grayscale: #D5D5D5. Windows color (decimal): -4398881 or 14672060. OLE color: 14672060.

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

Color convert

RGB188224223-
CMYK0.1600.000.12
HSL178.33º36.73%80.78%-
HSV(B)178.33º16.07%87.84%-
XYZ60.7169.3379.99-
YUV213.12133.57110.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882242230.1600.000.12178.3336.7380.78
HexBCE0DF1000Cb22551
Octal27434033720001426245121
Binary10111100111000001101111110000001100101100101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE0DF; }

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

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

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

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

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

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

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

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