#BFE9BA

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

Shades of Surf Crest #BFE9BA

Tints of Surf Crest #BFE9BA

Color information

#BFE9BA (or 0xBFE9BA) is unknown color: approx Surf Crest. HEX triplet: BF, E9 and BA. RGB value is (191,233,186). Sum of RGB (Red+Green+Blue) = 191+233+186=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE9BA is #401645. Grayscale: #D7D7D7. Windows color (decimal): -4200006 or 12249535. OLE color: 12249535.

HSL color Cylindrical-coordinate representation of color #BFE9BA: hue angle of 113.62º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFE9BA is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB191233186-
CMYK0.1800.200.09
HSL113.62º51.65%82.16%-
HSV(B)113.62º20.17%91.37%-
XYZ59.4972.957.39-
YUV215.08111.59110.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 233 (91.41% from 255) = 38.20%
BLUE value IS 186 (73.05% from 255) = 30.49%
R=31.31%
G=38.20%
B=30.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912331860.1800.200.09113.6251.6582.16
HexBFE9BA120149723452
Octal277351272220241116264122
Binary10111111111010011011101010010010100100111100101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE9BA; }

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

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

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

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

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

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

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

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