Html Css Color HEX #BFFA97 Reef

📋 copy color: '#BFFA97'

red 191 ◦ green 250 ◦ blue 151

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

Shades of Reef #BFFA97

Tints of Reef #BFFA97

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.23%

 BLUE value IS 151 (59.38% from 255) = 25.51%

R = 32.26%
G = 42.23%
B = 25.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#BFFA97 (or 0xBFFA97) is known color: Reef. HEX triplet: BF, FA and 97. RGB value is (191,250,151). Sum of RGB (Red+Green+Blue) = 191+250+151=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 151 (59.38% from 255 or 25.51% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFA97 is #400568. Grayscale: #DDDDDD. Windows color (decimal): -4195689 or 9960127. OLE color: 9960127.

HSL color Cylindrical-coordinate representation of color #BFFA97: hue angle of 95.76º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFFA97 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 250 151 -
CMYK 0.24 0 0.40 0.02
HSL 95.76º 0.91% 0.79% -
HSV(B) 95.76º 0.4% 0.98% -
XYZ 61.26 81.68 41.82 -
YUV 221.07 88.45 106.55 -
System Red Green Blue C M Y K H S L
Decimal 191 250 151 0.24 0 0.40 0.02 95.76 0.91 0.79
Hex BF FA 97 18 0 28 2 60 5B 4F
Octal 277 372 227 30 0 50 2 140 133 117
Binary 10111111 11111010 10010111 11000 0 101000 10 1100000 1011011 1001111

Color Harmonies of #BFFA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFA97

Black with #BFFA97

Text Example


Text Example

White with #BFFA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFA97; }

 p { color: rgb(191,250,151); }

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

background-color css

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

 a { background-color: rgb(191,250,151); }

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

border-color css

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

 span { border-color: rgb(191,250,151); }

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