Html Css Color HEX #BCD899 Sprout

📋 copy color: '#BCD899'

red 188 ◦ green 216 ◦ blue 153

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

Shades of Sprout #BCD899

Tints of Sprout #BCD899

RGB

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

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

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

R = 33.75%
G = 38.78%
B = 27.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#BCD899 (or 0xBCD899) is known color: Sprout. HEX triplet: BC, D8 and 99. RGB value is (188,216,153). Sum of RGB (Red+Green+Blue) = 188+216+153=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD899 is #432766. Grayscale: #C8C8C8. Windows color (decimal): -4400999 or 10082492. OLE color: 10082492.

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

Color convert

RGB 188 216 153 -
CMYK 0.13 0 0.29 0.15
HSL 86.67º 0.45% 0.72% -
HSV(B) 86.67º 0.29% 0.85% -
XYZ 51.04 62.1 39.43 -
YUV 200.45 101.22 119.12 -
System Red Green Blue C M Y K H S L
Decimal 188 216 153 0.13 0 0.29 0.15 86.67 0.45 0.72
Hex BC D8 99 D 0 1D F 57 2D 48
Octal 274 330 231 15 0 35 17 127 55 110
Binary 10111100 11011000 10011001 1101 0 11101 1111 1010111 101101 1001000

Color Harmonies of #BCD899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD899

Black with #BCD899

Text Example


Text Example

White with #BCD899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD899; }

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

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

background-color css

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

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

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

border-color css

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

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

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