#BFDDBA

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

Shades of Surf Crest #BFDDBA

Tints of Surf Crest #BFDDBA

Color information

#BFDDBA (or 0xBFDDBA) is unknown color: approx Surf Crest. HEX triplet: BF, DD and BA. RGB value is (191,221,186). Sum of RGB (Red+Green+Blue) = 191+221+186=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDBA is #402245. Grayscale: #D0D0D0. Windows color (decimal): -4203078 or 12246463. OLE color: 12246463.

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

Color convert

RGB191221186-
CMYK0.1400.160.13
HSL111.43º33.98%79.8%-
HSV(B)111.43º15.84%86.67%-
XYZ56.2166.3356.3-
YUV208.04115.56115.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.94%
GREEN value IS 221 (86.72% from 255) = 36.96%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=31.94%
G=36.96%
B=31.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912211860.1400.160.13111.4333.9879.8
HexBFDDBAE010D6f2250
Octal277335272160201515742120
Binary1011111111011101101110101110010000110111011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDBA; }

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

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

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

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

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

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

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

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