Html Css Color HEX #BFF895 Reef

📋 copy color: '#BFF895'

red 191 ◦ green 248 ◦ blue 149

#BFF895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #BFF895

Tints of Reef #BFF895

RGB

 RED value IS 191 (75% from 255) = 32.48%

 GREEN value IS 248 (97.27% from 255) = 42.18%

 BLUE value IS 149 (58.59% from 255) = 25.34%

R = 32.48%
G = 42.18%
B = 25.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#BFF895 (or 0xBFF895) is known color: Reef. HEX triplet: BF, F8 and 95. RGB value is (191,248,149). Sum of RGB (Red+Green+Blue) = 191+248+149=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 248 (97.27% from 255 or 42.18% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF895 is #40076A. Grayscale: #DCDCDC. Windows color (decimal): -4196203 or 9828543. OLE color: 9828543.

HSL color Cylindrical-coordinate representation of color #BFF895: hue angle of 94.55º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFF895 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 248 149 -
CMYK 0.23 0 0.40 0.03
HSL 94.55º 0.88% 0.78% -
HSV(B) 94.55º 0.4% 0.97% -
XYZ 60.48 80.38 40.76 -
YUV 219.67 88.12 107.55 -
System Red Green Blue C M Y K H S L
Decimal 191 248 149 0.23 0 0.40 0.03 94.55 0.88 0.78
Hex BF F8 95 17 0 28 3 5F 58 4E
Octal 277 370 225 27 0 50 3 137 130 116
Binary 10111111 11111000 10010101 10111 0 101000 11 1011111 1011000 1001110

Color Harmonies of #BFF895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF895

Black with #BFF895

Text Example


Text Example

White with #BFF895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF895; }

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

 H1.HeaderClassName
 {
   color: #BFF895;
 }
 .AnyTagClassName
 {
   color: #BFF895;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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