#BCDDDC

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

Shades of Powder Blue #BCDDDC

Tints of Powder Blue #BCDDDC

Color information

#BCDDDC (or 0xBCDDDC) is unknown color: approx Powder Blue. HEX triplet: BC, DD and DC. RGB value is (188,221,220). Sum of RGB (Red+Green+Blue) = 188+221+220=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDDC is #432223. Grayscale: #D2D2D2. Windows color (decimal): -4399652 or 14474684. OLE color: 14474684.

HSL color Cylindrical-coordinate representation of color #BCDDDC: hue angle of 178.18º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDDDC is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB188221220-
CMYK0.1500.000.13
HSL178.18º32.67%80.2%-
HSV(B)178.18º14.93%86.67%-
XYZ59.5167.5777.62-
YUV211.02133.07111.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.89%
GREEN value IS 221 (86.72% from 255) = 35.14%
BLUE value IS 220 (86.33% from 255) = 34.98%
R=29.89%
G=35.14%
B=34.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882212200.1500.000.13178.1832.6780.2
HexBCDDDCF00Db22150
Octal27433533417001526241120
Binary1011110011011101110111001111001101101100101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDDC; }

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

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

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

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

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

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

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

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