#BFE895

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

Shades of Reef #BFE895

Tints of Reef #BFE895

Color information

#BFE895 (or 0xBFE895) is unknown color: approx Reef. HEX triplet: BF, E8 and 95. RGB value is (191,232,149). Sum of RGB (Red+Green+Blue) = 191+232+149=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 232 (91.02% from 255 or 40.56% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE895 is #40176A. Grayscale: #D2D2D2. Windows color (decimal): -4200299 or 9824447. OLE color: 9824447.

HSL color Cylindrical-coordinate representation of color #BFE895: hue angle of 89.64º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFE895 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB191232149-
CMYK0.1800.360.09
HSL89.64º64.34%74.71%-
HSV(B)89.64º35.78%90.98%-
XYZ55.7770.9639.19-
YUV210.2893.42114.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.39%
GREEN value IS 232 (91.02% from 255) = 40.56%
BLUE value IS 149 (58.59% from 255) = 26.05%
R=33.39%
G=40.56%
B=26.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912321490.1800.360.0989.6464.3474.71
HexBFE8951202495a404b
Octal2773502252204411132100113
Binary1011111111101000100101011001001001001001101101010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE895; }

 p { color: rgb(191,232,149); }

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

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

 a { background-color: rgb(191,232,149); }

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

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

 span { border-color: rgb(191,232,149); }

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