Html Css Color HEX #BFE595 Reef

📋 copy color: '#BFE595'

red 191 ◦ green 229 ◦ blue 149

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

Shades of Reef #BFE595

Tints of Reef #BFE595

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.25%

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

R = 33.57%
G = 40.25%
B = 26.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#BFE595 (or 0xBFE595) is known color: Reef. HEX triplet: BF, E5 and 95. RGB value is (191,229,149). Sum of RGB (Red+Green+Blue) = 191+229+149=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 229 (89.84% from 255 or 40.25% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE595 is #401A6A. Grayscale: #D0D0D0. Windows color (decimal): -4201067 or 9823679. OLE color: 9823679.

HSL color Cylindrical-coordinate representation of color #BFE595: hue angle of 88.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFE595 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 229 149 -
CMYK 0.17 0 0.35 0.10
HSL 88.5º 0.61% 0.74% -
HSV(B) 88.5º 0.35% 0.9% -
XYZ 54.93 69.28 38.91 -
YUV 208.52 94.41 115.5 -
System Red Green Blue C M Y K H S L
Decimal 191 229 149 0.17 0 0.35 0.10 88.5 0.61 0.74
Hex BF E5 95 11 0 23 A 58 3D 4A
Octal 277 345 225 21 0 43 12 130 75 112
Binary 10111111 11100101 10010101 10001 0 100011 1010 1011000 111101 1001010

Color Harmonies of #BFE595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE595

Black with #BFE595

Text Example


Text Example

White with #BFE595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE595; }

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

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

background-color css

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

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

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

border-color css

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

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

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