Html Css Color HEX #BCD891 Sprout

📋 copy color: '#BCD891'

red 188 ◦ green 216 ◦ blue 145

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

Shades of Sprout #BCD891

Tints of Sprout #BCD891

RGB

 RED value IS 188 (73.83% from 255) = 34.24%

 GREEN value IS 216 (84.77% from 255) = 39.34%

 BLUE value IS 145 (57.03% from 255) = 26.41%

R = 34.24%
G = 39.34%
B = 26.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#BCD891 (or 0xBCD891) is known color: Sprout. HEX triplet: BC, D8 and 91. RGB value is (188,216,145). Sum of RGB (Red+Green+Blue) = 188+216+145=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 145 (57.03% from 255 or 26.41% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD891 is #43276E. Grayscale: #C7C7C7. Windows color (decimal): -4401007 or 9558204. OLE color: 9558204.

HSL color Cylindrical-coordinate representation of color #BCD891: hue angle of 83.66º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCD891 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 145 -
CMYK 0.13 0 0.33 0.15
HSL 83.66º 0.48% 0.71% -
HSV(B) 83.66º 0.33% 0.85% -
XYZ 50.41 61.85 36.07 -
YUV 199.53 97.22 119.77 -
System Red Green Blue C M Y K H S L
Decimal 188 216 145 0.13 0 0.33 0.15 83.66 0.48 0.71
Hex BC D8 91 D 0 21 F 54 30 47
Octal 274 330 221 15 0 41 17 124 60 107
Binary 10111100 11011000 10010001 1101 0 100001 1111 1010100 110000 1000111

Color Harmonies of #BCD891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD891

Black with #BCD891

Text Example


Text Example

White with #BCD891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD891; }

 p { color: rgb(188,216,145); }

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

background-color css

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

 a { background-color: rgb(188,216,145); }

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

border-color css

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

 span { border-color: rgb(188,216,145); }

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