#BCD3BA

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

Shades of Paris White #BCD3BA

Tints of Paris White #BCD3BA

Color information

#BCD3BA (or 0xBCD3BA) is unknown color: approx Paris White. HEX triplet: BC, D3 and BA. RGB value is (188,211,186). Sum of RGB (Red+Green+Blue) = 188+211+186=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3BA is #432C45. Grayscale: #C9C9C9. Windows color (decimal): -4402246 or 12243900. OLE color: 12243900.

HSL color Cylindrical-coordinate representation of color #BCD3BA: hue angle of 115.2º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD3BA is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB188211186-
CMYK0.1100.120.17
HSL115.2º22.12%77.84%-
HSV(B)115.2º11.85%82.75%-
XYZ52.960.8355.41-
YUV201.27119.38118.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 211 (82.81% from 255) = 36.07%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=32.14%
G=36.07%
B=31.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882111860.1100.120.17115.222.1277.84
HexBCD3BAB0C1173164e
Octal274323272130142116326116
Binary101111001101001110111010101101100100011110011101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD3BA; }

 p { color: rgb(188,211,186); }

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

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

 a { background-color: rgb(188,211,186); }

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

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

 span { border-color: rgb(188,211,186); }

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