Html Css Color HEX #BFE495 Reef

📋 copy color: '#BFE495'

red 191 ◦ green 228 ◦ blue 149

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

Shades of Reef #BFE495

Tints of Reef #BFE495

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.14%

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

R = 33.63%
G = 40.14%
B = 26.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#BFE495 (or 0xBFE495) is known color: Reef. HEX triplet: BF, E4 and 95. RGB value is (191,228,149). Sum of RGB (Red+Green+Blue) = 191+228+149=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE495 is #401B6A. Grayscale: #D0D0D0. Windows color (decimal): -4201323 or 9823423. OLE color: 9823423.

HSL color Cylindrical-coordinate representation of color #BFE495: hue angle of 88.1º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFE495 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 228 149 -
CMYK 0.16 0 0.35 0.11
HSL 88.1º 0.59% 0.74% -
HSV(B) 88.1º 0.35% 0.89% -
XYZ 54.65 68.73 38.82 -
YUV 207.93 94.74 115.92 -
System Red Green Blue C M Y K H S L
Decimal 191 228 149 0.16 0 0.35 0.11 88.1 0.59 0.74
Hex BF E4 95 10 0 23 B 58 3B 4A
Octal 277 344 225 20 0 43 13 130 73 112
Binary 10111111 11100100 10010101 10000 0 100011 1011 1011000 111011 1001010

Color Harmonies of #BFE495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE495

Black with #BFE495

Text Example


Text Example

White with #BFE495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE495; }

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

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

background-color css

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

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

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

border-color css

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

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

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