Html Css Color HEX #BFCE9D Sprout

📋 copy color: '#BFCE9D'

red 191 ◦ green 206 ◦ blue 157

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

Shades of Sprout #BFCE9D

Tints of Sprout #BFCE9D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.18%

 BLUE value IS 157 (61.72% from 255) = 28.34%

R = 34.48%
G = 37.18%
B = 28.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#BFCE9D (or 0xBFCE9D) is known color: Sprout. HEX triplet: BF, CE and 9D. RGB value is (191,206,157). Sum of RGB (Red+Green+Blue) = 191+206+157=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCE9D is #403162. Grayscale: #C4C4C4. Windows color (decimal): -4206947 or 10342079. OLE color: 10342079.

HSL color Cylindrical-coordinate representation of color #BFCE9D: hue angle of 78.37º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFCE9D is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 206 157 -
CMYK 0.07 0 0.24 0.19
HSL 78.37º 0.33% 0.71% -
HSV(B) 78.37º 0.24% 0.81% -
XYZ 49.64 57.65 40.41 -
YUV 195.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 191 206 157 0.07 0 0.24 0.19 78.37 0.33 0.71
Hex BF CE 9D 7 0 18 13 4E 21 47
Octal 277 316 235 7 0 30 23 116 41 107
Binary 10111111 11001110 10011101 111 0 11000 10011 1001110 100001 1000111

Color Harmonies of #BFCE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCE9D

Black with #BFCE9D

Text Example


Text Example

White with #BFCE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCE9D; }

 p { color: rgb(191,206,157); }

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

background-color css

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

 a { background-color: rgb(191,206,157); }

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

border-color css

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

 span { border-color: rgb(191,206,157); }

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