#BCCFBA

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

Shades of Paris White #BCCFBA

Tints of Paris White #BCCFBA

Color information

#BCCFBA (or 0xBCCFBA) is unknown color: approx Paris White. HEX triplet: BC, CF and BA. RGB value is (188,207,186). Sum of RGB (Red+Green+Blue) = 188+207+186=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFBA is #433045. Grayscale: #C6C6C6. Windows color (decimal): -4403270 or 12242876. OLE color: 12242876.

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

Color convert

RGB188207186-
CMYK0.0900.100.19
HSL114.29º17.95%77.06%-
HSV(B)114.29º10.14%81.18%-
XYZ51.9158.8655.08-
YUV198.92120.71120.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 207 (81.25% from 255) = 35.63%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=32.36%
G=35.63%
B=32.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071860.0900.100.19114.2917.9577.06
HexBCCFBA90A1372124d
Octal274317272110122316222115
Binary101111001100111110111010100101010100111110010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFBA; }

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

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

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

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

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

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

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

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