#BFEABB

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

Shades of Surf Crest #BFEABB

Tints of Surf Crest #BFEABB

Color information

#BFEABB (or 0xBFEABB) is unknown color: approx Surf Crest. HEX triplet: BF, EA and BB. RGB value is (191,234,187). Sum of RGB (Red+Green+Blue) = 191+234+187=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEABB is #401544. Grayscale: #D7D7D7. Windows color (decimal): -4199749 or 12315327. OLE color: 12315327.

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

Color convert

RGB191234187-
CMYK0.1800.200.08
HSL114.89º52.81%82.55%-
HSV(B)114.89º20.09%91.76%-
XYZ59.8873.5158.05-
YUV215.78111.75110.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 234 (91.80% from 255) = 38.24%
BLUE value IS 187 (73.44% from 255) = 30.56%
R=31.21%
G=38.24%
B=30.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912341870.1800.200.08114.8952.8182.55
HexBFEABB120148733553
Octal277352273220241016365123
Binary10111111111010101011101110010010100100011100111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEABB; }

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

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

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

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

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

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

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

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