Html Css Color HEX #BFCE9E Sprout

📋 copy color: '#BFCE9E'

red 191 ◦ green 206 ◦ blue 158

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

Shades of Sprout #BFCE9E

Tints of Sprout #BFCE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.47%

R = 34.41%
G = 37.12%
B = 28.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#BFCE9E (or 0xBFCE9E) is known color: Sprout. HEX triplet: BF, CE and 9E. RGB value is (191,206,158). Sum of RGB (Red+Green+Blue) = 191+206+158=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCE9E is #403161. Grayscale: #C4C4C4. Windows color (decimal): -4206946 or 10407615. OLE color: 10407615.

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

Color convert

RGB 191 206 158 -
CMYK 0.07 0 0.23 0.19
HSL 78.75º 0.33% 0.71% -
HSV(B) 78.75º 0.23% 0.81% -
XYZ 49.73 57.69 40.86 -
YUV 196.04 106.53 124.4 -
System Red Green Blue C M Y K H S L
Decimal 191 206 158 0.07 0 0.23 0.19 78.75 0.33 0.71
Hex BF CE 9E 7 0 17 13 4F 21 47
Octal 277 316 236 7 0 27 23 117 41 107
Binary 10111111 11001110 10011110 111 0 10111 10011 1001111 100001 1000111

Color Harmonies of #BFCE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCE9E

Black with #BFCE9E

Text Example


Text Example

White with #BFCE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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