#BFCABE

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

Shades of Paris White #BFCABE

Tints of Paris White #BFCABE

Color information

#BFCABE (or 0xBFCABE) is unknown color: approx Paris White. HEX triplet: BF, CA and BE. RGB value is (191,202,190). Sum of RGB (Red+Green+Blue) = 191+202+190=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCABE is #403541. Grayscale: #C5C5C5. Windows color (decimal): -4207938 or 12503743. OLE color: 12503743.

HSL color Cylindrical-coordinate representation of color #BFCABE: hue angle of 115º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFCABE is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB191202190-
CMYK0.0500.060.21
HSL115º10.17%76.86%-
HSV(B)115º5.94%79.22%-
XYZ51.957.0456.99-
YUV197.34123.86123.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 202 (79.30% from 255) = 34.65%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=32.76%
G=34.65%
B=32.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021900.0500.060.2111510.1776.86
HexBFCABE5061573a4d
Octal2773122765062516312115
Binary101111111100101010111110101011010101111001110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCABE; }

 p { color: rgb(191,202,190); }

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

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

 a { background-color: rgb(191,202,190); }

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

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

 span { border-color: rgb(191,202,190); }

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