#BFD7BA

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

Shades of Surf Crest #BFD7BA

Tints of Surf Crest #BFD7BA

Color information

#BFD7BA (or 0xBFD7BA) is unknown color: approx Surf Crest. HEX triplet: BF, D7 and BA. RGB value is (191,215,186). Sum of RGB (Red+Green+Blue) = 191+215+186=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7BA is #402845. Grayscale: #CCCCCC. Windows color (decimal): -4204614 or 12244927. OLE color: 12244927.

HSL color Cylindrical-coordinate representation of color #BFD7BA: hue angle of 109.66º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFD7BA is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB191215186-
CMYK0.1100.130.16
HSL109.66º26.61%78.63%-
HSV(B)109.66º13.49%84.31%-
XYZ54.6563.2255.78-
YUV204.52117.55118.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.26%
GREEN value IS 215 (84.38% from 255) = 36.32%
BLUE value IS 186 (73.05% from 255) = 31.42%
R=32.26%
G=36.32%
B=31.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912151860.1100.130.16109.6626.6178.63
HexBFD7BAB0D106e1b4f
Octal277327272130152015633117
Binary101111111101011110111010101101101100001101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD7BA; }

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

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

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

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

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

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

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

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