#BCD1BB

Color #BCD1BB Paris White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris White #BCD1BB

Tints of Paris White #BCD1BB

Color information

#BCD1BB (or 0xBCD1BB) is unknown color: approx Paris White. HEX triplet: BC, D1 and BB. RGB value is (188,209,187). Sum of RGB (Red+Green+Blue) = 188+209+187=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1BB is #432E44. Grayscale: #C8C8C8. Windows color (decimal): -4402757 or 12308924. OLE color: 12308924.

HSL color Cylindrical-coordinate representation of color #BCD1BB: hue angle of 117.27º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD1BB is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB188209187-
CMYK0.1000.110.18
HSL117.27º19.3%77.65%-
HSV(B)117.27º10.53%81.96%-
XYZ52.5159.8855.8-
YUV200.21120.54119.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.19%
GREEN value IS 209 (82.03% from 255) = 35.79%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=32.19%
G=35.79%
B=32.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882091870.1000.110.18117.2719.377.65
HexBCD1BBA0B1275134e
Octal274321273120132216523116
Binary101111001101000110111011101001011100101110101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD1BB; }

 p { color: rgb(188,209,187); }

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

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

 a { background-color: rgb(188,209,187); }

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

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

 span { border-color: rgb(188,209,187); }

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