#BFD5BA

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

Shades of Surf Crest #BFD5BA

Tints of Surf Crest #BFD5BA

Color information

#BFD5BA (or 0xBFD5BA) is unknown color: approx Surf Crest. HEX triplet: BF, D5 and BA. RGB value is (191,213,186). Sum of RGB (Red+Green+Blue) = 191+213+186=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD5BA is #402A45. Grayscale: #CBCBCB. Windows color (decimal): -4205126 or 12244415. OLE color: 12244415.

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

Color convert

RGB191213186-
CMYK0.1000.130.16
HSL108.89º24.32%78.24%-
HSV(B)108.89º12.68%83.53%-
XYZ54.1462.2155.61-
YUV203.34118.21119.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.37%
GREEN value IS 213 (83.59% from 255) = 36.10%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=32.37%
G=36.10%
B=31.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912131860.1000.130.16108.8924.3278.24
HexBFD5BAA0D106d184e
Octal277325272120152015530116
Binary101111111101010110111010101001101100001101101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD5BA; }

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

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

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

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

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

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

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

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