#BCD0BE

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

Shades of Paris White #BCD0BE

Tints of Paris White #BCD0BE

Color information

#BCD0BE (or 0xBCD0BE) is unknown color: approx Paris White. HEX triplet: BC, D0 and BE. RGB value is (188,208,190). Sum of RGB (Red+Green+Blue) = 188+208+190=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0BE is #432F41. Grayscale: #C8C8C8. Windows color (decimal): -4403010 or 12505276. OLE color: 12505276.

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

Color convert

RGB188208190-
CMYK0.1000.090.18
HSL126º17.54%77.65%-
HSV(B)126º9.62%81.57%-
XYZ52.5959.5257.43-
YUV199.97122.37119.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 208 (81.64% from 255) = 35.49%
BLUE value IS 190 (74.61% from 255) = 32.42%
R=32.08%
G=35.49%
B=32.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882081900.1000.090.1812617.5477.65
HexBCD0BEA09127e124e
Octal274320276120112217622116
Binary101111001101000010111110101001001100101111110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD0BE; }

 p { color: rgb(188,208,190); }

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

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

 a { background-color: rgb(188,208,190); }

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

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

 span { border-color: rgb(188,208,190); }

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