Html Css Color HEX #BFEC93 Reef

📋 copy color: '#BFEC93'

red 191 ◦ green 236 ◦ blue 147

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

Shades of Reef #BFEC93

Tints of Reef #BFEC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.61%

R = 33.28%
G = 41.11%
B = 25.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#BFEC93 (or 0xBFEC93) is known color: Reef. HEX triplet: BF, EC and 93. RGB value is (191,236,147). Sum of RGB (Red+Green+Blue) = 191+236+147=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 147 (57.81% from 255 or 25.61% from 574); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEC93 is #40136C. Grayscale: #D4D4D4. Windows color (decimal): -4199277 or 9694399. OLE color: 9694399.

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

Color convert

RGB 191 236 147 -
CMYK 0.19 0 0.38 0.07
HSL 90.34º 0.7% 0.75% -
HSV(B) 90.34º 0.38% 0.93% -
XYZ 56.75 73.17 38.74 -
YUV 212.4 91.09 112.74 -
System Red Green Blue C M Y K H S L
Decimal 191 236 147 0.19 0 0.38 0.07 90.34 0.7 0.75
Hex BF EC 93 13 0 26 7 5A 46 4B
Octal 277 354 223 23 0 46 7 132 106 113
Binary 10111111 11101100 10010011 10011 0 100110 111 1011010 1000110 1001011

Color Harmonies of #BFEC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC93

Black with #BFEC93

Text Example


Text Example

White with #BFEC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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