#BFCAB3

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

Shades of Tasman #BFCAB3

Tints of Tasman #BFCAB3

Color information

#BFCAB3 (or 0xBFCAB3) is unknown color: approx Tasman. HEX triplet: BF, CA and B3. RGB value is (191,202,179). Sum of RGB (Red+Green+Blue) = 191+202+179=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAB3 is #40354C. Grayscale: #C4C4C4. Windows color (decimal): -4207949 or 11782847. OLE color: 11782847.

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

Color convert

RGB191202179-
CMYK0.0500.110.21
HSL88.7º17.83%74.71%-
HSV(B)88.7º11.39%79.22%-
XYZ50.7456.5750.89-
YUV196.09118.36124.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.39%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 179 (70.31% from 255) = 31.29%
R=33.39%
G=35.31%
B=31.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021790.0500.110.2188.717.8374.71
HexBFCAB350B1559124b
Octal27731226350132513122113
Binary10111111110010101011001110101011101011011001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAB3; }

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

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

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

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

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

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

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

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