#BFEB95

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

Shades of Reef #BFEB95

Tints of Reef #BFEB95

Color information

#BFEB95 (or 0xBFEB95) is unknown color: approx Reef. HEX triplet: BF, EB and 95. RGB value is (191,235,149). Sum of RGB (Red+Green+Blue) = 191+235+149=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEB95 is #40146A. Grayscale: #D4D4D4. Windows color (decimal): -4199531 or 9825215. OLE color: 9825215.

HSL color Cylindrical-coordinate representation of color #BFEB95: hue angle of 90.7º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFEB95 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB191235149-
CMYK0.1900.370.08
HSL90.7º68.25%75.29%-
HSV(B)90.7º36.6%92.16%-
XYZ56.6272.6639.47-
YUV212.0492.42112.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.22%
GREEN value IS 235 (92.19% from 255) = 40.87%
BLUE value IS 149 (58.59% from 255) = 25.91%
R=33.22%
G=40.87%
B=25.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912351490.1900.370.0890.768.2575.29
HexBFEB951302585b444b
Octal2773532252304510133104113
Binary1011111111101011100101011001101001011000101101110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEB95; }

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

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

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

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

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

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

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

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