#BFDFBA

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

Shades of Surf Crest #BFDFBA

Tints of Surf Crest #BFDFBA

Color information

#BFDFBA (or 0xBFDFBA) is unknown color: approx Surf Crest. HEX triplet: BF, DF and BA. RGB value is (191,223,186). Sum of RGB (Red+Green+Blue) = 191+223+186=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFBA is #402045. Grayscale: #D1D1D1. Windows color (decimal): -4202566 or 12246975. OLE color: 12246975.

HSL color Cylindrical-coordinate representation of color #BFDFBA: hue angle of 111.89º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFDFBA is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB191223186-
CMYK0.1400.170.13
HSL111.89º36.63%80.2%-
HSV(B)111.89º16.59%87.45%-
XYZ56.7467.456.47-
YUV209.21114.9115.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.83%
GREEN value IS 223 (87.5% from 255) = 37.17%
BLUE value IS 186 (73.05% from 255) = 31%
R=31.83%
G=37.17%
B=31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912231860.1400.170.13111.8936.6380.2
HexBFDFBAE011D702550
Octal277337272160211516045120
Binary1011111111011111101110101110010001110111100001001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFBA; }

 p { color: rgb(191,223,186); }

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

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

 a { background-color: rgb(191,223,186); }

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

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

 span { border-color: rgb(191,223,186); }

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