#BFE49B

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

Shades of Reef #BFE49B

Tints of Reef #BFE49B

Color information

#BFE49B (or 0xBFE49B) is unknown color: approx Reef. HEX triplet: BF, E4 and 9B. RGB value is (191,228,155). Sum of RGB (Red+Green+Blue) = 191+228+155=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE49B is #401B64. Grayscale: #D0D0D0. Windows color (decimal): -4201317 or 10216639. OLE color: 10216639.

HSL color Cylindrical-coordinate representation of color #BFE49B: hue angle of 90.41º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFE49B is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB191228155-
CMYK0.1600.320.11
HSL90.41º57.48%75.1%-
HSV(B)90.41º32.02%89.41%-
XYZ55.1568.9341.41-
YUV208.6297.74115.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.28%
GREEN value IS 228 (89.45% from 255) = 39.72%
BLUE value IS 155 (60.94% from 255) = 27.00%
R=33.28%
G=39.72%
B=27.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912281550.1600.320.1190.4157.4875.1
HexBFE49B10020B5a394b
Octal277344233200401313271113
Binary101111111110010010011011100000100000101110110101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE49B; }

 p { color: rgb(191,228,155); }

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

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

 a { background-color: rgb(191,228,155); }

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

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

 span { border-color: rgb(191,228,155); }

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