Html Css Color HEX #BFE895 Reef

📋 copy color: '#BFE895'

red 191 ◦ green 232 ◦ blue 149

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

Shades of Reef #BFE895

Tints of Reef #BFE895

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.56%

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

R = 33.39%
G = 40.56%
B = 26.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#BFE895 (or 0xBFE895) is known color: Reef. HEX triplet: BF, E8 and 95. RGB value is (191,232,149). Sum of RGB (Red+Green+Blue) = 191+232+149=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 232 (91.02% from 255 or 40.56% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE895 is #40176A. Grayscale: #D2D2D2. Windows color (decimal): -4200299 or 9824447. OLE color: 9824447.

HSL color Cylindrical-coordinate representation of color #BFE895: hue angle of 89.64º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFE895 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 232 149 -
CMYK 0.18 0 0.36 0.09
HSL 89.64º 0.64% 0.75% -
HSV(B) 89.64º 0.36% 0.91% -
XYZ 55.77 70.96 39.19 -
YUV 210.28 93.42 114.25 -
System Red Green Blue C M Y K H S L
Decimal 191 232 149 0.18 0 0.36 0.09 89.64 0.64 0.75
Hex BF E8 95 12 0 24 9 5A 40 4B
Octal 277 350 225 22 0 44 11 132 100 113
Binary 10111111 11101000 10010101 10010 0 100100 1001 1011010 1000000 1001011

Color Harmonies of #BFE895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE895

Black with #BFE895

Text Example


Text Example

White with #BFE895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE895; }

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

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

background-color css

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

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

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

border-color css

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

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

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