Html Css Color HEX #BFCA9D Sprout

📋 copy color: '#BFCA9D'

red 191 ◦ green 202 ◦ blue 157

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

Shades of Sprout #BFCA9D

Tints of Sprout #BFCA9D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.73%

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

R = 34.73%
G = 36.73%
B = 28.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#BFCA9D (or 0xBFCA9D) is known color: Sprout. HEX triplet: BF, CA and 9D. RGB value is (191,202,157). Sum of RGB (Red+Green+Blue) = 191+202+157=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCA9D is #403562. Grayscale: #C1C1C1. Windows color (decimal): -4207971 or 10341055. OLE color: 10341055.

HSL color Cylindrical-coordinate representation of color #BFCA9D: hue angle of 74.67º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFCA9D is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 202 157 -
CMYK 0.05 0 0.22 0.21
HSL 74.67º 0.3% 0.7% -
HSV(B) 74.67º 0.22% 0.79% -
XYZ 48.69 55.75 40.09 -
YUV 193.58 107.36 126.16 -
System Red Green Blue C M Y K H S L
Decimal 191 202 157 0.05 0 0.22 0.21 74.67 0.3 0.7
Hex BF CA 9D 5 0 16 15 4B 1E 46
Octal 277 312 235 5 0 26 25 113 36 106
Binary 10111111 11001010 10011101 101 0 10110 10101 1001011 11110 1000110

Color Harmonies of #BFCA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCA9D

Black with #BFCA9D

Text Example


Text Example

White with #BFCA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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