#BCDDE1

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

Shades of Powder Blue #BCDDE1

Tints of Powder Blue #BCDDE1

Color information

#BCDDE1 (or 0xBCDDE1) is unknown color: approx Powder Blue. HEX triplet: BC, DD and E1. RGB value is (188,221,225). Sum of RGB (Red+Green+Blue) = 188+221+225=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCDDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDE1 is #43221E. Grayscale: #D3D3D3. Windows color (decimal): -4399647 or 14802364. OLE color: 14802364.

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

Color convert

RGB188221225-
CMYK0.160.0200.12
HSL186.49º38.14%80.98%-
HSV(B)186.49º16.44%88.24%-
XYZ60.1967.8481.16-
YUV211.59135.57111.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.65%
GREEN value IS 221 (86.72% from 255) = 34.86%
BLUE value IS 225 (88.28% from 255) = 35.49%
R=29.65%
G=34.86%
B=35.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882212250.160.0200.12186.4938.1480.98
HexBCDDE11020Cba2651
Octal27433534120201427246121
Binary101111001101110111100001100001001100101110101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDE1; }

 p { color: rgb(188,221,225); }

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

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

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

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

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

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

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