#BFED93

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

Shades of Reef #BFED93

Tints of Reef #BFED93

Color information

#BFED93 (or 0xBFED93) is unknown color: approx Reef. HEX triplet: BF, ED and 93. RGB value is (191,237,147). Sum of RGB (Red+Green+Blue) = 191+237+147=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFED93 is #40126C. Grayscale: #D5D5D5. Windows color (decimal): -4199021 or 9694655. OLE color: 9694655.

HSL color Cylindrical-coordinate representation of color #BFED93: hue angle of 90.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFED93 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB191237147-
CMYK0.1900.380.07
HSL90.67º71.43%75.29%-
HSV(B)90.67º37.97%92.94%-
XYZ57.0473.7538.83-
YUV212.9990.76112.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.22%
GREEN value IS 237 (92.97% from 255) = 41.22%
BLUE value IS 147 (57.81% from 255) = 25.57%
R=33.22%
G=41.22%
B=25.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912371470.1900.380.0790.6771.4375.29
HexBFED931302675b474b
Octal277355223230467133107113
Binary101111111110110110010011100110100110111101101110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFED93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFED93; }

 p { color: rgb(191,237,147); }

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

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

 a { background-color: rgb(191,237,147); }

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

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

 span { border-color: rgb(191,237,147); }

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