#BFDAB1

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

Shades of Surf Crest #BFDAB1

Tints of Surf Crest #BFDAB1

Color information

#BFDAB1 (or 0xBFDAB1) is unknown color: approx Surf Crest. HEX triplet: BF, DA and B1. RGB value is (191,218,177). Sum of RGB (Red+Green+Blue) = 191+218+177=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDAB1 is #40254E. Grayscale: #CDCDCD. Windows color (decimal): -4203855 or 11655871. OLE color: 11655871.

HSL color Cylindrical-coordinate representation of color #BFDAB1: hue angle of 99.51º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFDAB1 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB191218177-
CMYK0.1200.190.15
HSL99.51º35.65%77.45%-
HSV(B)99.51º18.81%85.49%-
XYZ54.4964.3951.15-
YUV205.25112.05117.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.59%
GREEN value IS 218 (85.55% from 255) = 37.20%
BLUE value IS 177 (69.53% from 255) = 30.20%
R=32.59%
G=37.20%
B=30.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912181770.1200.190.1599.5135.6577.45
HexBFDAB1C013F64244d
Octal277332261140231714444115
Binary1011111111011010101100011100010011111111001001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDAB1; }

 p { color: rgb(191,218,177); }

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

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

 a { background-color: rgb(191,218,177); }

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

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

 span { border-color: rgb(191,218,177); }

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