#BCD4BA

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

Shades of Paris White #BCD4BA

Tints of Paris White #BCD4BA

Color information

#BCD4BA (or 0xBCD4BA) is unknown color: approx Paris White. HEX triplet: BC, D4 and BA. RGB value is (188,212,186). Sum of RGB (Red+Green+Blue) = 188+212+186=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4BA is #432B45. Grayscale: #C9C9C9. Windows color (decimal): -4401990 or 12244156. OLE color: 12244156.

HSL color Cylindrical-coordinate representation of color #BCD4BA: hue angle of 115.38º degrees, saturation: 0.23, 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 #BCD4BA is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB188212186-
CMYK0.1100.120.17
HSL115.38º23.21%78.04%-
HSV(B)115.38º12.26%83.14%-
XYZ53.1561.3255.49-
YUV201.86119.05118.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 212 (83.20% from 255) = 36.18%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=32.08%
G=36.18%
B=31.74%

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
Decimal1882121860.1100.120.17115.3823.2178.04
HexBCD4BAB0C1173174e
Octal274324272130142116327116
Binary101111001101010010111010101101100100011110011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD4BA; }

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

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

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

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

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

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

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

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