Html Css Color HEX #BFD999 Sprout

📋 copy color: '#BFD999'

red 191 ◦ green 217 ◦ blue 153

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

Shades of Sprout #BFD999

Tints of Sprout #BFD999

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.68%

 BLUE value IS 153 (60.16% from 255) = 27.27%

R = 34.05%
G = 38.68%
B = 27.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#BFD999 (or 0xBFD999) is known color: Sprout. HEX triplet: BF, D9 and 99. RGB value is (191,217,153). Sum of RGB (Red+Green+Blue) = 191+217+153=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD999 is #402666. Grayscale: #CACACA. Windows color (decimal): -4204135 or 10082751. OLE color: 10082751.

HSL color Cylindrical-coordinate representation of color #BFD999: hue angle of 84.38º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFD999 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 217 153 -
CMYK 0.12 0 0.29 0.15
HSL 84.38º 0.46% 0.73% -
HSV(B) 84.38º 0.29% 0.85% -
XYZ 52.05 63 39.55 -
YUV 201.93 100.39 120.2 -
System Red Green Blue C M Y K H S L
Decimal 191 217 153 0.12 0 0.29 0.15 84.38 0.46 0.73
Hex BF D9 99 C 0 1D F 54 2E 49
Octal 277 331 231 14 0 35 17 124 56 111
Binary 10111111 11011001 10011001 1100 0 11101 1111 1010100 101110 1001001

Color Harmonies of #BFD999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD999

Black with #BFD999

Text Example


Text Example

White with #BFD999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD999; }

 p { color: rgb(191,217,153); }

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

background-color css

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

 a { background-color: rgb(191,217,153); }

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

border-color css

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

 span { border-color: rgb(191,217,153); }

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