#BFE5B8

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

Shades of Surf Crest #BFE5B8

Tints of Surf Crest #BFE5B8

Color information

#BFE5B8 (or 0xBFE5B8) is unknown color: approx Surf Crest. HEX triplet: BF, E5 and B8. RGB value is (191,229,184). Sum of RGB (Red+Green+Blue) = 191+229+184=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 184 (72.27% from 255 or 30.46% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE5B8 is #401A47. Grayscale: #D4D4D4. Windows color (decimal): -4201032 or 12117439. OLE color: 12117439.

HSL color Cylindrical-coordinate representation of color #BFE5B8: hue angle of 110.67º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFE5B8 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB191229184-
CMYK0.1700.200.10
HSL110.67º46.39%80.98%-
HSV(B)110.67º19.65%89.8%-
XYZ58.1670.5855.9-
YUV212.51111.91112.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 229 (89.84% from 255) = 37.91%
BLUE value IS 184 (72.27% from 255) = 30.46%
R=31.62%
G=37.91%
B=30.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912291840.1700.200.10110.6746.3980.98
HexBFE5B811014A6f2e51
Octal277345270210241215756121
Binary10111111111001011011100010001010100101011011111011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE5B8; }

 p { color: rgb(191,229,184); }

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

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

 a { background-color: rgb(191,229,184); }

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

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

 span { border-color: rgb(191,229,184); }

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