Html Css Color HEX #BFEC95 Reef

📋 copy color: '#BFEC95'

red 191 ◦ green 236 ◦ blue 149

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

Shades of Reef #BFEC95

Tints of Reef #BFEC95

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.97%

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

R = 33.16%
G = 40.97%
B = 25.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#BFEC95 (or 0xBFEC95) is known color: Reef. HEX triplet: BF, EC and 95. RGB value is (191,236,149). Sum of RGB (Red+Green+Blue) = 191+236+149=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEC95 is #40136A. Grayscale: #D4D4D4. Windows color (decimal): -4199275 or 9825471. OLE color: 9825471.

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

Color convert

RGB 191 236 149 -
CMYK 0.19 0 0.37 0.07
HSL 91.03º 0.7% 0.75% -
HSV(B) 91.03º 0.37% 0.93% -
XYZ 56.91 73.24 39.57 -
YUV 212.63 92.09 112.57 -
System Red Green Blue C M Y K H S L
Decimal 191 236 149 0.19 0 0.37 0.07 91.03 0.7 0.75
Hex BF EC 95 13 0 25 7 5B 46 4B
Octal 277 354 225 23 0 45 7 133 106 113
Binary 10111111 11101100 10010101 10011 0 100101 111 1011011 1000110 1001011

Color Harmonies of #BFEC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC95

Black with #BFEC95

Text Example


Text Example

White with #BFEC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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