#BFD9BA

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

Shades of Surf Crest #BFD9BA

Tints of Surf Crest #BFD9BA

Color information

#BFD9BA (or 0xBFD9BA) is unknown color: approx Surf Crest. HEX triplet: BF, D9 and BA. RGB value is (191,217,186). Sum of RGB (Red+Green+Blue) = 191+217+186=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD9BA is #402645. Grayscale: #CDCDCD. Windows color (decimal): -4204102 or 12245439. OLE color: 12245439.

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

Color convert

RGB191217186-
CMYK0.1200.140.15
HSL110.32º28.97%79.02%-
HSV(B)110.32º14.29%85.1%-
XYZ55.1664.2555.95-
YUV205.69116.89117.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.15%
GREEN value IS 217 (85.16% from 255) = 36.53%
BLUE value IS 186 (73.05% from 255) = 31.31%
R=32.15%
G=36.53%
B=31.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912171860.1200.140.15110.3228.9779.02
HexBFD9BAC0EF6e1d4f
Octal277331272140161715635117
Binary10111111110110011011101011000111011111101110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD9BA; }

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

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

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

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

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

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

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

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