#BFEABA

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

Shades of Surf Crest #BFEABA

Tints of Surf Crest #BFEABA

Color information

#BFEABA (or 0xBFEABA) is unknown color: approx Surf Crest. HEX triplet: BF, EA and BA. RGB value is (191,234,186). Sum of RGB (Red+Green+Blue) = 191+234+186=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEABA is #401545. Grayscale: #D7D7D7. Windows color (decimal): -4199750 or 12249791. OLE color: 12249791.

HSL color Cylindrical-coordinate representation of color #BFEABA: hue angle of 113.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFEABA is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB191234186-
CMYK0.1800.210.08
HSL113.75º53.33%82.35%-
HSV(B)113.75º20.51%91.76%-
XYZ59.7773.4757.48-
YUV215.67111.25110.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 234 (91.80% from 255) = 38.30%
BLUE value IS 186 (73.05% from 255) = 30.44%
R=31.26%
G=38.30%
B=30.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912341860.1800.210.08113.7553.3382.35
HexBFEABA120158723552
Octal277352272220251016265122
Binary10111111111010101011101010010010101100011100101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEABA; }

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

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

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

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

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

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

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

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