Html Css Color HEX #BFEC96 Reef

📋 copy color: '#BFEC96'

red 191 ◦ green 236 ◦ blue 150

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

Shades of Reef #BFEC96

Tints of Reef #BFEC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26%

R = 33.1%
G = 40.9%
B = 26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#BFEC96 (or 0xBFEC96) is known color: Reef. HEX triplet: BF, EC and 96. RGB value is (191,236,150). Sum of RGB (Red+Green+Blue) = 191+236+150=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEC96 is #401369. Grayscale: #D5D5D5. Windows color (decimal): -4199274 or 9891007. OLE color: 9891007.

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

Color convert

RGB 191 236 150 -
CMYK 0.19 0 0.36 0.07
HSL 91.4º 0.69% 0.76% -
HSV(B) 91.4º 0.36% 0.93% -
XYZ 56.99 73.27 39.99 -
YUV 212.74 92.59 112.49 -
System Red Green Blue C M Y K H S L
Decimal 191 236 150 0.19 0 0.36 0.07 91.4 0.69 0.76
Hex BF EC 96 13 0 24 7 5B 45 4C
Octal 277 354 226 23 0 44 7 133 105 114
Binary 10111111 11101100 10010110 10011 0 100100 111 1011011 1000101 1001100

Color Harmonies of #BFEC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC96

Black with #BFEC96

Text Example


Text Example

White with #BFEC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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