Html Css Color HEX #BFEC94 Reef

📋 copy color: '#BFEC94'

red 191 ◦ green 236 ◦ blue 148

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

Shades of Reef #BFEC94

Tints of Reef #BFEC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.74%

R = 33.22%
G = 41.04%
B = 25.74%

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

#BFEC94 (or 0xBFEC94) is known color: Reef. HEX triplet: BF, EC and 94. RGB value is (191,236,148). Sum of RGB (Red+Green+Blue) = 191+236+148=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEC94 is #40136B. Grayscale: #D4D4D4. Windows color (decimal): -4199276 or 9759935. OLE color: 9759935.

HSL color Cylindrical-coordinate representation of color #BFEC94: hue angle of 90.68º 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 #BFEC94 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 236 148 -
CMYK 0.19 0 0.37 0.07
HSL 90.68º 0.7% 0.75% -
HSV(B) 90.68º 0.37% 0.93% -
XYZ 56.83 73.21 39.15 -
YUV 212.51 91.59 112.66 -
System Red Green Blue C M Y K H S L
Decimal 191 236 148 0.19 0 0.37 0.07 90.68 0.7 0.75
Hex BF EC 94 13 0 25 7 5B 46 4B
Octal 277 354 224 23 0 45 7 133 106 113
Binary 10111111 11101100 10010100 10011 0 100101 111 1011011 1000110 1001011

Color Harmonies of #BFEC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC94

Black with #BFEC94

Text Example


Text Example

White with #BFEC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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